Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dif_ppp.h147 #define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */
148 #define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */
H A Dbpf.h145 struct bpf_program { struct
203 #define BIOCSETF _IOW('B',103, struct bpf_program)
240 #define BIOCSETFNR _IOW('B', 126, struct bpf_program)
/xnu-8020.121.3/tests/
H A Dbpflib.c124 struct bpf_program prog; in bpf_filter_receive_none()
140 struct bpf_program prog; in bpf_arp_filter()