Lines Matching +defs:device +defs:mode
98 * We keep it around in legacy mode for compatibility.
166 char *device;
170 int rfmon; /* monitor mode */
171 int immediate; /* immediate mode - deliver packets as soon as they arrive */
172 int nonblock; /* non-blocking mode - don't wait for packets to be delivered, return "no packets available" */
302 * be put into non-blocking mode, and, if the timeout expires on
397 * Routines that most pcap implementations can use for non-blocking mode.
452 * "pcap_add_any_dev()" adds an entry for the "any" device to a pcap_if_list_t.
454 * "pcapint_find_dev()" tries to find a device, by name, in a pcap_if_list_t.
456 * "pcapint_find_or_add_dev()" checks whether a device is already in a
499 * "pcapint_charset_fopen()", in UTF-8 mode on Windows, does an fopen() that
520 FILE *pcapint_charset_fopen(const char *path, const char *mode);
525 #define pcapint_charset_fopen(path, mode) fopen((path), (mode))
540 * Internal interfaces for doing user-mode filtering of packets and