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 171 if (handle->opt.rfmon) {
pcap-dbus.c 217 if (handle->opt.rfmon) {
pcap-int.h 115 int rfmon; /* monitor mode */ member in struct:pcap_opt
pcap-nit.c 265 if (p->opt.rfmon) {
pcap-bt-linux.c 269 if (handle->opt.rfmon) {
pcap-libdlpi.c 124 if (p->opt.rfmon) {
pcap-snit.c 291 if (p->opt.rfmon) {
pcap-snoop.c 318 if (p->opt.rfmon) {
pcap-bpf.c 178 #define MUST_CLEAR_RFMON 0x00000001 /* clear rfmon (monitor) mode */
    [all...]
pcap.c 152 * Returns 1 if rfmon mode can be set on the pcap_t, 0 if it can't,
162 * For systems where rfmon mode is never supported.
565 * Default to "can't set rfmon mode"; if it's supported by
579 p->opt.rfmon = 0;
632 pcap_set_rfmon(pcap_t *p, int rfmon)
636 p->opt.rfmon = rfmon;
    [all...]
pcap-usb-linux.c 410 if (handle->opt.rfmon) {
466 if (handle->opt.rfmon) {
pcap-netfilter-linux.c 568 if (handle->opt.rfmon) {
pcap-dlpi.c 557 if (p->opt.rfmon) {
    [all...]
pcap-dos.c 170 if (pcap->opt.rfmon) {
    [all...]
pcap-sita.c     [all...]
pcap-tc.c 555 if (p->opt.rfmon)
    [all...]
pcap-win32.c 892 if (p->opt.rfmon) {
1195 * Check if rfmon mode is supported on the pcap_t for Windows systems.
    [all...]
pcap-linux.c 333 #define MUST_CLEAR_RFMON 0x00000002 /* clear rfmon (monitor) mode */
927 * in rfmon mode, just give up.
    [all...]

Completed in 229 milliseconds