Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dbpfdesc.h184 bpf_send_func bif_send;
H A Dbpf.h1431 typedef errno_t (*bpf_send_func)(ifnet_t interface, u_int32_t data_link_type, typedef
1485 u_int32_t header_length, bpf_send_func send, bpf_tap_func tap);
H A Dbpf.c3631 bpf_send_func send, in bpf_attach()