Home
last modified time | relevance | path

Searched refs:bpf_send_func (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/net/
H A Dbpfdesc.h190 bpf_send_func bif_send;
H A Dbpf.h1504 typedef errno_t (*bpf_send_func)(ifnet_t interface, u_int32_t data_link_type, typedef
1558 u_int32_t header_length, bpf_send_func send, bpf_tap_func tap);
H A Dbpf.c3965 bpf_send_func send, in bpf_attach()