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

1 2

  /external/strace/xlat/
iffflags.in 9 IFF_NOARP (1 << 7)
iffflags.h 55 #if defined(IFF_NOARP) || (defined(HAVE_DECL_IFF_NOARP) && HAVE_DECL_IFF_NOARP)
57 static_assert((IFF_NOARP) == ((1 << 7)), "IFF_NOARP != (1 << 7)");
60 # define IFF_NOARP (1 << 7)
153 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
  /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);
  /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/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 398 {"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.
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go 376 IFF_NOARP = 0x80
    [all...]
zerrors_freebsd_386.go 635 IFF_NOARP = 0x80
    [all...]
zerrors_freebsd_amd64.go 635 IFF_NOARP = 0x80
    [all...]
zerrors_freebsd_arm.go 642 IFF_NOARP = 0x80
    [all...]
zerrors_netbsd_386.go 604 IFF_NOARP = 0x80
    [all...]
zerrors_netbsd_amd64.go 594 IFF_NOARP = 0x80
    [all...]
zerrors_netbsd_arm.go 586 IFF_NOARP = 0x80
    [all...]
zerrors_openbsd_386.go 465 IFF_NOARP = 0x80
    [all...]

Completed in 1433 milliseconds

1 2