Home
last modified time | relevance | path

Searched refs:IFF_NOTRAILERS (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Diffflags.h41 #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),
Diffflags.in7 IFF_NOTRAILERS (1 << 5)
/external/iproute2/include/uapi/linux/
Dif.h87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/external/libnl/include/linux-private/linux/
Dif.h87 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
114 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/external/kernel-headers/original/uapi/linux/
Dif.h90 IFF_NOTRAILERS = 1<<5, /* sysfs */ enumerator
117 #define IFF_NOTRAILERS IFF_NOTRAILERS macro
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c83 PyModule_AddIntMacro(m, IFF_NOTRAILERS); in _init_linux_if_h()
103 PyModule_AddIntMacro(m, IFF_NOTRAILERS); in _init_linux_if_h()
/external/iproute2/ip/
Diplink.c676 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/
Dif_.rs47 IFF_NOTRAILERS;
/external/rust/crates/libc/src/unix/newlib/
Dmod.rs482 pub const IFF_NOTRAILERS: ::c_int = 0x20; // avoid use of trailers constant
/external/scapy/scapy/arch/
Dlinux.py58 IFF_NOTRAILERS = 0x20 # Avoid use of trailers. variable
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs639 pub const IFF_NOTRAILERS: ::c_int = 0x20; constant
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs1066 pub const IFF_NOTRAILERS: ::c_int = 0x0020; // avoid use of trailers constant
/external/libnl/lib/route/
Dlink.c2982 __ADD(IFF_NOTRAILERS, notrailers),
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1483 pub const IFF_NOTRAILERS: ::c_int = 0x0000000020; // Avoid use of trailers constant
/external/toybox/toys/pending/
Dip.c792 {"NOTRAILERS", IFF_NOTRAILERS}, {"RUNNING", IFF_RUNNING}, in print_link_output()
/external/rust/crates/nix/
DCHANGELOG.md568 - Removed `IFF_NOTRAILERS` on OpenBSD, as it has been removed in OpenBSD 6.3
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2508 pub const IFF_NOTRAILERS: ::c_int = 0x20; // obsolete: avoid use of trailers constant
/external/libnl/doc/
Droute.txt457 IFF_NOTRAILERS:: Unused (BSD compatibility)
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1632 pub const IFF_NOTRAILERS: ::c_int = 0x20; constant