Searched refs:IFF_SLAVE (Results 1 – 12 of 12) sorted by relevance
/external/strace/xlat/ |
D | iffflags.h | 83 #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),
|
D | iffflags.in | 13 IFF_SLAVE (1 << 11)
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 93 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/ |
D | if.h | 96 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/ |
D | if_bad.h | 38 #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/ |
D | wrapper_linux_if.c | 89 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/ |
D | link.c | 847 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/ |
D | mod.rs | 677 pub const IFF_SLAVE: ::c_int = 0x800; constant
|
/external/rust/crates/libc/src/unix/uclibc/ |
D | mod.rs | 755 pub const IFF_SLAVE: ::c_int = 0x800; // Slave of a load balancer. constant
|
/external/toybox/toys/pending/ |
D | ip.c | 794 {"ALLMULTI", IFF_ALLMULTI}, {"MASTER", IFF_MASTER}, {"SLAVE", IFF_SLAVE}, in print_link_output()
|
/external/libnl/doc/ |
D | route.txt | 452 IFF_SLAVE:: Slave to a master link
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 1635 pub const IFF_SLAVE: ::c_int = 0x800; constant
|