Searched defs:pcap_linux (Results 1 – 1 of 1) sorted by relevance
185 struct pcap_linux { struct186 …pped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors */187 struct pcap_stat stat;189 char *device; /* device name */190 int filter_in_userland; /* must filter in userland */191 int blocks_to_filter_in_userland;192 int must_do_on_close; /* stuff we must do when we close */193 int timeout; /* timeout for buffering */194 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */195 int ifindex; /* interface index of device we're bound to */[all …]