Home
last modified time | relevance | path

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

/external/strace/xlat/
Diffflags.h83 #if defined(IFF_SLAVE) || (defined(HAVE_DECL_IFF_SLAVE) && HAVE_DECL_IFF_SLAVE)
85 static_assert((IFF_SLAVE) == ((1 << 11)), "IFF_SLAVE != (1 << 11)");
88 # define IFF_SLAVE (1 << 11)
157 XLAT(IFF_SLAVE),
Diffflags.in13 IFF_SLAVE (1 << 11)
/external/iproute2/include/uapi/linux/
Dif.h93 IFF_SLAVE = 1<<11, /* __volatile__ */ enumerator
120 #define IFF_SLAVE IFF_SLAVE macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
Dif.h96 IFF_SLAVE = 1<<11, /* volatile */ enumerator
123 #define IFF_SLAVE IFF_SLAVE macro
137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/libnl/include/linux-private/linux/
Dif_bad.h38 #define IFF_SLAVE 0x800 /* slave of a load balancer */ macro
52 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c89 PyModule_AddIntMacro(m, IFF_SLAVE); in _init_linux_if_h()
109 PyModule_AddIntMacro(m, IFF_SLAVE); in _init_linux_if_h()
/external/libnl/lib/route/
Dlink.c847 if (l->l_change & IFF_SLAVE) {
848 if (l->l_flags & IFF_SLAVE) {
2522 __ADD(IFF_SLAVE, slave)
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs677 pub const IFF_SLAVE: ::c_int = 0x800; constant
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs755 pub const IFF_SLAVE: ::c_int = 0x800; // Slave of a load balancer. constant
/external/toybox/toys/pending/
Dip.c794 {"ALLMULTI", IFF_ALLMULTI}, {"MASTER", IFF_MASTER}, {"SLAVE", IFF_SLAVE}, in print_link_output()
/external/libnl/doc/
Droute.txt452 IFF_SLAVE:: Slave to a master link
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1635 pub const IFF_SLAVE: ::c_int = 0x800; constant