Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libpcap/
H A Dpcap-linux.c184 struct pcap_linux { struct
186 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 …]