/external/strace/xlat/ |
D | iffflags.h | 41 #if defined(IFF_NOTRAILERS) || (defined(HAVE_DECL_IFF_NOTRAILERS) && HAVE_DECL_IFF_NOTRAILERS) 43 static_assert((IFF_NOTRAILERS) == ((1 << 5)), "IFF_NOTRAILERS != (1 << 5)"); 46 # define IFF_NOTRAILERS (1 << 5) 151 XLAT(IFF_NOTRAILERS),
|
D | iffflags.in | 7 IFF_NOTRAILERS (1 << 5)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator 114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
|
/external/libnl/include/linux-private/linux/ |
D | if.h | 87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator 114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 90 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator 117 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if.c | 83 PyModule_AddIntMacro(m, IFF_NOTRAILERS); in _init_linux_if_h() 103 PyModule_AddIntMacro(m, IFF_NOTRAILERS); in _init_linux_if_h()
|
/external/iproute2/ip/ |
D | iplink.c | 676 req->i.ifi_change |= IFF_NOTRAILERS; in iplink_parse() 679 req->i.ifi_flags |= IFF_NOTRAILERS; in iplink_parse() 681 req->i.ifi_flags &= ~IFF_NOTRAILERS; in iplink_parse() 1316 mask |= IFF_NOTRAILERS; in do_set() 1319 flags |= IFF_NOTRAILERS; in do_set() 1321 flags &= ~IFF_NOTRAILERS; in do_set()
|
/external/rust/crates/nix/src/net/ |
D | if_.rs | 47 IFF_NOTRAILERS;
|
/external/rust/crates/libc/src/unix/newlib/ |
D | mod.rs | 482 pub const IFF_NOTRAILERS: ::c_int = 0x20; // avoid use of trailers constant
|
/external/scapy/scapy/arch/ |
D | linux.py | 58 IFF_NOTRAILERS = 0x20 # Avoid use of trailers. variable
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 639 pub const IFF_NOTRAILERS: ::c_int = 0x20; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1066 pub const IFF_NOTRAILERS: ::c_int = 0x0020; // avoid use of trailers constant
|
/external/libnl/lib/route/ |
D | link.c | 2982 __ADD(IFF_NOTRAILERS, notrailers),
|
/external/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 1483 pub const IFF_NOTRAILERS: ::c_int = 0x0000000020; // Avoid use of trailers constant
|
/external/toybox/toys/pending/ |
D | ip.c | 792 {"NOTRAILERS", IFF_NOTRAILERS}, {"RUNNING", IFF_RUNNING}, in print_link_output()
|
/external/rust/crates/nix/ |
D | CHANGELOG.md | 568 - Removed `IFF_NOTRAILERS` on OpenBSD, as it has been removed in OpenBSD 6.3
|
/external/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 2508 pub const IFF_NOTRAILERS: ::c_int = 0x20; // obsolete: avoid use of trailers constant
|
/external/libnl/doc/ |
D | route.txt | 457 IFF_NOTRAILERS:: Unused (BSD compatibility)
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1632 pub const IFF_NOTRAILERS: ::c_int = 0x20; constant
|