Searched defs:pcap_linux (Results 1 – 1 of 1) sorted by relevance
288 struct pcap_linux { struct289 u_int packets_read; /* count of packets read with recvfrom() */290 long proc_dropped; /* packets reported dropped by /proc/net/dev */291 struct pcap_stat stat;293 char *device; /* device name */294 int filter_in_userland; /* must filter in userland */295 int blocks_to_filter_in_userland;296 int must_do_on_close; /* stuff we must do when we close */297 int timeout; /* timeout for buffering */298 int sock_packet; /* using Linux 2.0 compatible interface */[all …]