Searched refs:bpf_setif (Results 1 – 5 of 5) sorted by relevance
| /xnu-8792.41.9/tests/ |
| H A D | bpflib.c | 104 bpf_setif(int fd, const char * en_name) in bpf_setif() function 194 if (bpf_setif(fd, en_name) < 0) { in main()
|
| H A D | bpflib.h | 31 int bpf_setif(int fd, const char * en_name);
|
| H A D | ipsec.m | 450 bpf_setif(int fd, const char *en_name) function 501 status = bpf_setif(bpf_fd, ifname);
|
| H A D | net_bridge.c | 1797 T_ASSERT_POSIX_SUCCESS(bpf_setif(fd, ifname), "bpf set if %s", in switch_port_list_add_port()
|
| /xnu-8792.41.9/bsd/net/ |
| H A D | bpf.c | 235 static int bpf_setif(struct bpf_d *, ifnet_t ifp, bool, bool, bool); 1674 error = bpf_setif(d_to, ifp, false, true, true); in bpf_setup() 2022 error = bpf_setif(d, ifp, true, false, false); in bpfioctl() 2405 bpf_setif(struct bpf_d *d, ifnet_t theywant, bool do_reset, bool has_hbuf_read, in bpf_setif() function
|