Home
last modified time | relevance | path

Searched defs:pcap_linux (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Dpcap-linux.c170 struct pcap_linux { struct
171 …pped; /* packets reported dropped by /sys/class/net/{if_name}/statistics/rx_{missed,fifo}_errors */
172 struct pcap_stat stat;
174 char *device; /* device name */
175 int filter_in_userland; /* must filter in userland */
176 int blocks_to_filter_in_userland;
177 int must_do_on_close; /* stuff we must do when we close */
178 int timeout; /* timeout for buffering */
179 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */
180 int ifindex; /* interface index of device we're bound to */
[all …]