Lines Matching defs:pcap_bpf
136 struct pcap_bpf { struct
138 int fddipad;
151 u_char *zbuf1, *zbuf2, *zbuffer;
152 u_int zbufsize;
153 u_int zerocopy;
154 u_int interrupted;
155 struct timespec firstsel;
161 struct bpf_zbuf_header *bzh;
162 int nonblock; /* true if in nonblocking mode */
165 char *device; /* device name */
166 int filtering_in_kernel; /* using kernel filter */
167 int must_do_on_close; /* stuff we must do when we close */