Home
last modified time | relevance | path

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

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