/external/strace/xlat/ |
D | 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),
|
D | iffflags.in | 9 IFF_NOARP (1 << 7)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 89 IFF_NOARP = 1<<7, /* sysfs */ enumerator 116 #define IFF_NOARP IFF_NOARP macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 92 IFF_NOARP = 1<<7, /* sysfs */ enumerator 119 #define IFF_NOARP IFF_NOARP macro
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if.c | 85 PyModule_AddIntMacro(m, IFF_NOARP); in _init_linux_if_h() 105 PyModule_AddIntMacro(m, IFF_NOARP); in _init_linux_if_h()
|
/external/libnl/include/linux-private/linux/ |
D | if_bad.h | 33 #define IFF_NOARP 0x80 /* no ARP protocol */ macro
|
/external/iproute2/ip/ |
D | iplink.c | 686 req->i.ifi_change |= IFF_NOARP; in iplink_parse() 689 req->i.ifi_flags &= ~IFF_NOARP; in iplink_parse() 691 req->i.ifi_flags |= IFF_NOARP; in iplink_parse() 1326 mask |= IFF_NOARP; in do_set() 1329 flags &= ~IFF_NOARP; in do_set() 1331 flags |= IFF_NOARP; in do_set()
|
D | iptoken.c | 68 if (ifi->ifi_flags & (IFF_LOOPBACK | IFF_NOARP)) in print_token()
|
/external/toybox/toys/pending/ |
D | arping.c | 218 if ((ifr.ifr_flags & (IFF_NOARP | IFF_LOOPBACK)) in arping_main()
|
D | ip.c | 687 int case_flags[] = {IFF_NOARP,IFF_MULTICAST,IFF_DYNAMIC}; in link_set() 793 {"NOARP", IFF_NOARP}, {"PROMISC",IFF_PROMISC}, in print_link_output()
|
/external/ppp/pppd/ |
D | sys-solaris.c | 360 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) in get_first_ethernet() 446 if ((fl & (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP)) in get_first_ethernet() 2187 (IFF_UP|IFF_BROADCAST|IFF_POINTOPOINT|IFF_LOOPBACK|IFF_NOARP))
|
D | sys-linux.c | 229 IFF_POINTOPOINT | IFF_LOOPBACK | IFF_NOARP)
|
/external/toybox/toys/net/ |
D | ifconfig.c | 399 {"arp", 0, IFF_NOARP}, in ifconfig_main()
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 484 pub const IFF_NOARP: ::c_int = 0x80; // no address resolution protocol constant
|
/external/scapy/scapy/arch/ |
D | linux.py | 60 IFF_NOARP = 0x80 # No address resolution protocol. variable
|
/external/iputils/ |
D | arping.c | 583 if (ifflags & (IFF_NOARP | IFF_LOOPBACK)) { in check_ifflags()
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
D | mod.rs | 672 pub const IFF_NOARP: ::c_int = 0x80; // no address resolution protocol constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
D | mod.rs | 666 pub const IFF_NOARP: ::c_int = 0x80; // (n) no address resolution protocol constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 783 pub const IFF_NOARP: ::c_int = 0x0040; // no address resolution constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1308 pub const IFF_NOARP: ::c_int = 0x80; // no address resolution protocol constant
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 673 pub const IFF_NOARP: ::c_int = 0x80; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 955 pub const IFF_NOARP: ::c_int = 0x0080; // no address resolution protocol constant
|
/external/libnl/lib/route/ |
D | link.c | 2518 __ADD(IFF_NOARP, noarp)
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 749 pub const IFF_NOARP: ::c_int = 0x80; // No address resolution protocol. constant
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1442 pub const IFF_NOARP: ::c_int = 0x0000000080; // No address res. protocol constant
|