Searched defs:pcap_opt (Results 1 – 1 of 1) sorted by relevance
95 struct pcap_opt { struct96 char *device;97 int timeout; /* timeout for buffering */98 u_int buffer_size;99 int promisc;100 int rfmon; /* monitor mode */101 int immediate; /* immediate mode - deliver packets as soon as they arrive */102 …ck; /* non-blocking mode - don't wait for packets to be delivered, return "no packets available" */103 int tstamp_type;104 int tstamp_precision;[all …]