Searched defs:pcap_opt (Results 1 – 1 of 1) sorted by relevance
141 struct pcap_opt { struct142 char *device;143 int timeout; /* timeout for buffering */144 u_int buffer_size;145 int promisc;146 int rfmon; /* monitor mode */147 int immediate; /* immediate mode - deliver packets as soon as they arrive */148 …ck; /* non-blocking mode - don't wait for packets to be delivered, return "no packets available" */149 int tstamp_type;150 int tstamp_precision;[all …]