HomeSort by relevance Sort by last modified time
    Searched refs:IFF_PROMISC (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/strace/xlat/
iffflags.h 30 #if defined(IFF_PROMISC) || (defined(HAVE_DECL_IFF_PROMISC) && HAVE_DECL_IFF_PROMISC)
31 XLAT(IFF_PROMISC),
  /bionic/libc/kernel/uapi/linux/
if.h 42 IFF_PROMISC = 1 << 8,
67 #define IFF_PROMISC IFF_PROMISC
  /external/iproute2/include/uapi/linux/
if.h 65 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs.
90 IFF_PROMISC = 1<<8, /* sysfs */
117 #define IFF_PROMISC IFF_PROMISC
  /external/kernel-headers/original/uapi/linux/
if.h 67 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs.
92 IFF_PROMISC = 1<<8, /* sysfs */
119 #define IFF_PROMISC IFF_PROMISC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 61 IFF_PROMISC = 0x100, /* Receive all packets. */
62 # define IFF_PROMISC IFF_PROMISC
  /prebuilts/go/darwin-x86/src/syscall/
lsf_linux.go 61 ifl.flags |= uint16(IFF_PROMISC)
63 ifl.flags &^= uint16(IFF_PROMISC)
zerrors_darwin_386.go 294 IFF_PROMISC = 0x100
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
lsf_linux.go 61 ifl.flags |= uint16(IFF_PROMISC)
63 ifl.flags &^= uint16(IFF_PROMISC)
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 63 * @IFF_PROMISC: receive all packets. Can be toggled through sysfs.
86 PyModule_AddIntMacro(m, IFF_PROMISC);
106 PyModule_AddIntMacro(m, IFF_PROMISC);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 62 sysIFF_PROMISC = C.IFF_PROMISC
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 62 sysIFF_PROMISC = C.IFF_PROMISC
  /external/libnl/include/linux-private/linux/
if_bad.h 34 #define IFF_PROMISC 0x100 /* receive all packets */
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 88 #define IFF_PROMISC 0x100 /* receive all packets */
  /external/libpcap/Win32/Include/net/
if.h 90 #define IFF_PROMISC 0x100 /* receive all packets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 39 #define IFF_PROMISC 0x100 /* receive all packets */
  /external/iproute2/ip/
iplink.c 666 req->i.ifi_change |= IFF_PROMISC;
669 req->i.ifi_flags |= IFF_PROMISC;
671 req->i.ifi_flags &= ~IFF_PROMISC;
1306 mask |= IFF_PROMISC;
1309 flags |= IFF_PROMISC;
1311 flags &= ~IFF_PROMISC;
    [all...]
  /external/libpcap/
pcap-dos.c 669 dev->flags |= (IFF_ALLMULTI | IFF_PROMISC);
670 else dev->flags &= ~(IFF_ALLMULTI | IFF_PROMISC);
1105 if (dev->flags & IFF_PROMISC)
1177 int promis = (dev->flags & IFF_PROMISC);
    [all...]
pcap-linux.c 81 * - We have to set the interface's IFF_PROMISC flag ourselves, if
    [all...]
  /bionic/tests/
ifaddrs_test.cpp 204 if ((flags & IFF_PROMISC) != 0) result += " PROMISC";
  /external/ltp/testcases/network/stress/ns-tools/
ns-icmp_redirector.c 249 ifinfo.ifr_flags = ifinfo.ifr_flags | IFF_PROMISC;
  /external/toybox/toys/net/
ifconfig.c 370 {"promisc", IFF_PROMISC, 0},
  /external/libnl/lib/route/
link.c 862 if (l->l_change & IFF_PROMISC) {
865 l->l_name, l->l_flags & IFF_PROMISC ? "entered" : "left");
    [all...]
  /external/scapy/scapy/arch/
linux.py 61 IFF_PROMISC = 0x100 # Receive all packets.
  /libcore/luni/src/main/java/android/system/
OsConstants.java 306 public static final int IFF_PROMISC = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 302 initConstant(env, c, "IFF_PROMISC", IFF_PROMISC);
    [all...]

Completed in 350 milliseconds

1 2 3 4