Searched defs:pcap_opt (Results 1 – 1 of 1) sorted by relevance
145 struct pcap_opt { struct146 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 */152 …ck; /* non-blocking mode - don't wait for packets to be delivered, return "no packets available" */153 int tstamp_type;154 int tstamp_precision;[all …]