Home
last modified time | relevance | path

Searched refs:IFF_AUTOMEDIA (Results 1 – 12 of 12) sorted by relevance

/external/strace/xlat/
Diffflags.h104 #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),
Diffflags.in16 IFF_AUTOMEDIA (1 << 14)
/external/iproute2/include/uapi/linux/
Dif.h96 IFF_AUTOMEDIA = 1<<14, /* sysfs */ enumerator
123 #define IFF_AUTOMEDIA IFF_AUTOMEDIA macro
/external/kernel-headers/original/uapi/linux/
Dif.h99 IFF_AUTOMEDIA = 1<<14, /* sysfs */ enumerator
126 #define IFF_AUTOMEDIA IFF_AUTOMEDIA macro
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c92 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/
Dif_bad.h43 #define IFF_AUTOMEDIA 0x4000 /* auto media select active */ macro
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs680 pub const IFF_AUTOMEDIA: ::c_int = 0x4000; constant
/external/libnl/lib/route/
Dlink.c2525 __ADD(IFF_AUTOMEDIA, automedia)
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs758 pub const IFF_AUTOMEDIA: ::c_int = 0x4000; // Auto media select active. constant
/external/toybox/toys/pending/
Dip.c796 {"AUTOMEDIA", IFF_AUTOMEDIA}, {"DYNAMIC", IFF_DYNAMIC}, {NULL,-1}}; in print_link_output()
/external/libnl/doc/
Droute.txt454 IFF_AUTOMEDIA:: Link selects port automatically (only used by ARM ethernet)
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1638 pub const IFF_AUTOMEDIA: ::c_int = 0x4000; constant