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

1 2 3 4

  /external/strace/xlat/
iffflags.h 27 #if defined(IFF_NOARP) || (defined(HAVE_DECL_IFF_NOARP) && HAVE_DECL_IFF_NOARP)
28 XLAT(IFF_NOARP),
  /bionic/libc/kernel/uapi/linux/
if.h 41 IFF_NOARP = 1 << 7,
66 #define IFF_NOARP IFF_NOARP
  /external/iproute2/include/uapi/linux/
if.h 64 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile.
89 IFF_NOARP = 1<<7, /* sysfs */
116 #define IFF_NOARP IFF_NOARP
  /external/kernel-headers/original/uapi/linux/
if.h 66 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile.
91 IFF_NOARP = 1<<7, /* sysfs */
118 #define IFF_NOARP IFF_NOARP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
if.h 59 IFF_NOARP = 0x80, /* No address resolution protocol. */
60 # define IFF_NOARP IFF_NOARP
  /external/autotest/client/deps/lansim/src/
wrapper_linux_if.c 62 * @IFF_NOARP: no ARP protocol. Can be toggled through sysfs. Volatile.
85 PyModule_AddIntMacro(m, IFF_NOARP);
105 PyModule_AddIntMacro(m, IFF_NOARP);
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 61 sysIFF_NOARP = C.IFF_NOARP
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/lif/
defs_solaris.go 61 sysIFF_NOARP = C.IFF_NOARP
  /external/libnl/include/linux-private/linux/
if_bad.h 33 #define IFF_NOARP 0x80 /* no ARP protocol */
  /device/linaro/bootloader/edk2/StdLib/Include/net/
if.h 87 #define IFF_NOARP 0x80 /* no address resolution protocol */
  /external/iproute2/ip/
iptoken.c 68 if (ifi->ifi_flags & (IFF_LOOPBACK | IFF_NOARP))
iplink.c 686 req->i.ifi_change |= IFF_NOARP;
689 req->i.ifi_flags &= ~IFF_NOARP;
691 req->i.ifi_flags |= IFF_NOARP;
    [all...]
  /external/libpcap/Win32/Include/net/
if.h 89 #define IFF_NOARP 0x80 /* no address resolution protocol */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if.h 38 #define IFF_NOARP 0x80 /* no ARP protocol */
  /external/toybox/toys/pending/
arping.c 219 if ((ifr.ifr_flags & (IFF_NOARP | IFF_LOOPBACK))
  /bionic/tests/
ifaddrs_test.cpp 203 if ((flags & IFF_NOARP) != 0) result += " NOARP";
  /external/ppp/pppd/
sys-solaris.c 360 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
446 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
    [all...]
sys-linux.c 229 IFF_POINTOPOINT | IFF_LOOPBACK | IFF_NOARP)
    [all...]
  /external/toybox/toys/net/
ifconfig.c 369 {"arp", 0, IFF_NOARP},
  /external/iputils/
arping.c 583 if (ifflags & (IFF_NOARP | IFF_LOOPBACK)) {
  /external/scapy/scapy/arch/
linux.py 60 IFF_NOARP = 0x80 # No address resolution protocol.
  /libcore/luni/src/main/java/android/system/
OsConstants.java 302 public static final int IFF_NOARP = placeholder();
    [all...]
  /external/dhcpcd-6.8.2/
ipv4.c 611 if (ifp->flags & IFF_NOARP) {
dhcpcd.c 378 if (ifp->flags & IFF_NOARP ||
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 296 initConstant(env, c, "IFF_NOARP", IFF_NOARP);
    [all...]

Completed in 428 milliseconds

1 2 3 4