Home
last modified time | relevance | path

Searched refs:bpf_set_header_complete (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.81.5/tests/
H A Dbpflib.h39 int bpf_set_header_complete(int fd, u_int header_complete);
H A Dbpflib.c65 bpf_set_header_complete(int fd, u_int header_complete) in bpf_set_header_complete() function
H A Dbpf_write.c195 T_ASSERT_POSIX_SUCCESS(bpf_set_header_complete(bpf_fd, 0), NULL); in create_bpf_on_interface()
H A Dbpf_write_batch.c196 T_ASSERT_POSIX_SUCCESS(bpf_set_header_complete(bpf_fd, 1), NULL); in create_bpf_on_interface()
H A Dnet_bridge.c1574 T_ASSERT_POSIX_SUCCESS(bpf_set_header_complete(fd, 1), NULL); in switch_port_list_add_port()