HomeSort by relevance Sort by last modified time
    Searched refs:rfmon (Results 1 - 18 of 18) sorted by null

  /external/libpcap/
pcap-bt-monitor-linux.c 160 if (handle->opt.rfmon) {
pcap-can-linux.c 206 if (handle->opt.rfmon)
pcap-dbus.c 217 if (handle->opt.rfmon) {
pcap-int.h 113 int rfmon; /* monitor mode */ member in struct:pcap_opt
pcap-nit.c 265 if (p->opt.rfmon) {
pcap-bt-linux.c 270 if (handle->opt.rfmon) {
pcap-libdlpi.c 124 if (p->opt.rfmon) {
pcap-snit.c 291 if (p->opt.rfmon) {
pcap-snoop.c 311 if (p->opt.rfmon) {
pcap.c 127 * Returns 1 if rfmon mode can be set on the pcap_t, 0 if it can't,
137 * For systems where rfmon mode is never supported.
549 * Default to "can't set rfmon mode"; if it's supported by
563 p->opt.rfmon = 0;
606 pcap_set_rfmon(pcap_t *p, int rfmon)
610 p->opt.rfmon = rfmon;
    [all...]
pcap-bpf.c 173 #define MUST_CLEAR_RFMON 0x00000001 /* clear rfmon (monitor) mode */
    [all...]
pcap-usb-linux.c 370 if (handle->opt.rfmon) {
426 if (handle->opt.rfmon) {
pcap-netfilter-linux.c 565 if (handle->opt.rfmon) {
pcap-win32.c 512 if (p->opt.rfmon) {
pcap-dlpi.c 542 if (p->opt.rfmon) {
    [all...]
pcap-dos.c 172 if (pcap->opt.rfmon) {
    [all...]
pcap-sita.c     [all...]
pcap-linux.c 323 #define MUST_CLEAR_RFMON 0x00000002 /* clear rfmon (monitor) mode */
895 * in rfmon mode, just give up.
    [all...]

Completed in 1112 milliseconds