Searched refs:bpf_program (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/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 Dif_pppvar.h114 struct bpf_program sc_pass_filt; /* filter for packets to pass */
115 struct bpf_program sc_active_filt; /* filter for "non-idle" packets */
H A Dbpf.h108 struct bpf_program { struct
114 /* LP64 version of bpf_program. all pointers
116 * WARNING - keep in sync with bpf_program
161 #define BIOCSETF _IOW('B',103, struct bpf_program)
H A Dbpf.c1025 struct bpf_program * prg;
1027 prg = (struct bpf_program *)addr;

Completed in 30 milliseconds