Home
last modified time | relevance | path

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

/dragonfly/contrib/libpcap/
H A Dpcap-int.h145 struct pcap_opt { struct
146 char *device;
147 int timeout; /* timeout for buffering */
148 u_int buffer_size;
149 int promisc;
150 int rfmon; /* monitor mode */
151 int immediate; /* immediate mode - deliver packets as soon as they arrive */
153 int tstamp_type;
154 int tstamp_precision;
160 int protocol; /* protocol to use when creating PF_PACKET socket */
[all …]