Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-int.h165 struct pcap_opt { struct
166 char *device;
167 int timeout; /* timeout for buffering */
168 u_int buffer_size;
169 int promisc;
170 int rfmon; /* monitor mode */
171 int immediate; /* immediate mode - deliver packets as soon as they arrive */
172 …ck; /* non-blocking mode - don't wait for packets to be delivered, return "no packets available" */
173 int tstamp_type;
174 int tstamp_precision;
[all …]