Home
last modified time | relevance | path

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

/netbsd/external/bsd/libpcap/dist/
H A Dpcap-int.h102 struct pcap_opt { struct
103 char *device;
104 int timeout; /* timeout for buffering */
105 u_int buffer_size;
106 int promisc;
107 int rfmon; /* monitor mode */
108 int immediate; /* immediate mode - deliver packets as soon as they arrive */
110 int tstamp_type;
111 int tstamp_precision;
117 int protocol; /* protocol to use when creating PF_PACKET socket */
[all …]