Lines Matching defs:pcap_bpf
147 struct pcap_bpf { struct
158 u_char *zbuf1, *zbuf2, *zbuffer;
159 u_int zbufsize;
160 u_int zerocopy;
161 u_int interrupted;
162 struct timespec firstsel;
168 struct bpf_zbuf_header *bzh;
169 int nonblock; /* true if in nonblocking mode */
172 char *device; /* device name */
173 int filtering_in_kernel; /* using kernel filter */
174 int must_do_on_close; /* stuff we must do when we close */