Searched defs:pcap_linux (Results 1 – 1 of 1) sorted by relevance
184 struct pcap_linux { struct186 struct pcap_stat stat;188 char *device; /* device name */189 int filter_in_userland; /* must filter in userland */190 int blocks_to_filter_in_userland;192 int timeout; /* timeout for buffering */193 int cooked; /* using SOCK_DGRAM rather than SOCK_RAW */199 u_char *mmapbuf; /* memory-mapped region pointer */200 size_t mmapbuflen; /* size of region */204 u_char *oneshot_buffer; /* buffer for copy of packet */[all …]