Searched refs:bpf_set_see_sent (Results 1 – 6 of 6) sorted by relevance
| /xnu-11417.121.6/tests/ |
| H A D | bpflib.h | 40 int bpf_set_see_sent(int fd, u_int see_send);
|
| H A D | bpflib.c | 71 bpf_set_see_sent(int fd, u_int see_sent) in bpf_set_see_sent() function
|
| H A D | bpf_write.c | 174 T_ASSERT_POSIX_SUCCESS(bpf_set_see_sent(bpf_fd, 1), NULL); in create_bpf_on_interface()
|
| H A D | bpf_write_batch.c | 174 T_ASSERT_POSIX_SUCCESS(bpf_set_see_sent(bpf_fd, 1), NULL); in create_bpf_on_interface()
|
| H A D | net_vlan.c | 330 T_ASSERT_POSIX_SUCCESS(bpf_set_see_sent(fd, 0), NULL); in vlan_send_short_packet()
|
| H A D | net_bridge.c | 1249 T_ASSERT_POSIX_SUCCESS(bpf_set_see_sent(fd, 0), NULL); in switch_port_list_add_port()
|