Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-linux.c300 struct pcap_linux { struct
301 u_int packets_read; /* count of packets read with recvfrom() */
302 long proc_dropped; /* packets reported dropped by /proc/net/dev */
303 struct pcap_stat stat;
305 char *device; /* device name */
306 int filter_in_userland; /* must filter in userland */
307 int blocks_to_filter_in_userland;
308 int must_do_on_close; /* stuff we must do when we close */
309 int timeout; /* timeout for buffering */
310 int sock_packet; /* using Linux 2.0 compatible interface */
[all …]