Searched refs:IFF_AUTOMEDIA (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | iffflags.h | 104 #if defined(IFF_AUTOMEDIA) || (defined(HAVE_DECL_IFF_AUTOMEDIA) && HAVE_DECL_IFF_AUTOMEDIA) 106 static_assert((IFF_AUTOMEDIA) == ((1 << 14)), "IFF_AUTOMEDIA != (1 << 14)"); 109 # define IFF_AUTOMEDIA (1 << 14) 160 XLAT(IFF_AUTOMEDIA),
|
D | iffflags.in | 16 IFF_AUTOMEDIA (1 << 14)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 96 IFF_AUTOMEDIA = 1<<14, /* sysfs */ enumerator 123 #define IFF_AUTOMEDIA IFF_AUTOMEDIA macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 99 IFF_AUTOMEDIA = 1<<14, /* sysfs */ enumerator 126 #define IFF_AUTOMEDIA IFF_AUTOMEDIA macro
|
/external/autotest/client/deps/lansim/src/ |
D | wrapper_linux_if.c | 92 PyModule_AddIntMacro(m, IFF_AUTOMEDIA); in _init_linux_if_h() 112 PyModule_AddIntMacro(m, IFF_AUTOMEDIA); in _init_linux_if_h()
|
/external/libnl/include/linux-private/linux/ |
D | if_bad.h | 43 #define IFF_AUTOMEDIA 0x4000 /* auto media select active */ macro
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 680 pub const IFF_AUTOMEDIA: ::c_int = 0x4000; constant
|
/external/libnl/lib/route/ |
D | link.c | 2525 __ADD(IFF_AUTOMEDIA, automedia)
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 758 pub const IFF_AUTOMEDIA: ::c_int = 0x4000; // Auto media select active. constant
|
/external/toybox/toys/pending/ |
D | ip.c | 796 {"AUTOMEDIA", IFF_AUTOMEDIA}, {"DYNAMIC", IFF_DYNAMIC}, {NULL,-1}}; in print_link_output()
|
/external/libnl/doc/ |
D | route.txt | 454 IFF_AUTOMEDIA:: Link selects port automatically (only used by ARM ethernet)
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1638 pub const IFF_AUTOMEDIA: ::c_int = 0x4000; constant
|