Home
last modified time | relevance | path

Searched refs:bpf_setif (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/tests/
H A Dbpflib.c127 bpf_setif(int fd, const char * en_name) in bpf_setif() function
261 if (bpf_setif(fd, en_name) < 0) { in main()
H A Dbpflib.h34 int bpf_setif(int fd, const char * en_name);
H A Dbpf_write.c190 T_ASSERT_POSIX_SUCCESS(bpf_setif(bpf_fd, ifname), "bpf set if %s", in create_bpf_on_interface()
H A Dbpf_write_batch.c191 T_ASSERT_POSIX_SUCCESS(bpf_setif(bpf_fd, ifname), "bpf set if %s", in create_bpf_on_interface()
H A Dipsec.m459 bpf_setif(int fd, const char *en_name) function
510 status = bpf_setif(bpf_fd, ifname);
H A Dnet_bridge.c1569 T_ASSERT_POSIX_SUCCESS(bpf_setif(fd, ifname), "bpf set if %s", in switch_port_list_add_port()
/xnu-10063.141.1/bsd/net/
H A Dbpf.c243 static int bpf_setif(struct bpf_d *, ifnet_t ifp, bool, bool, bool);
1903 error = bpf_setif(d_to, ifp, false, true, true); in bpf_setup()
2259 error = bpf_setif(d, ifp, true, false, false); in bpfioctl()
2738 bpf_setif(struct bpf_d *d, ifnet_t theywant, bool do_reset, bool has_hbuf_read_write, in bpf_setif() function