Home
last modified time | relevance | path

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

/external/strace/xlat/
Diffflags.h76 #if defined(IFF_MASTER) || (defined(HAVE_DECL_IFF_MASTER) && HAVE_DECL_IFF_MASTER)
78 static_assert((IFF_MASTER) == ((1 << 10)), "IFF_MASTER != (1 << 10)");
81 # define IFF_MASTER (1 << 10)
156 XLAT(IFF_MASTER),
Diffflags.in12 IFF_MASTER (1 << 10)
/external/iproute2/include/uapi/linux/
Dif.h92 IFF_MASTER = 1<<10, /* __volatile__ */ enumerator
119 #define IFF_MASTER IFF_MASTER macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
Dif.h95 IFF_MASTER = 1<<10, /* volatile */ enumerator
122 #define IFF_MASTER IFF_MASTER macro
137 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/libnl/include/linux-private/linux/
Dif_bad.h37 #define IFF_MASTER 0x400 /* master 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.c88 PyModule_AddIntMacro(m, IFF_MASTER); in _init_linux_if_h()
108 PyModule_AddIntMacro(m, IFF_MASTER); in _init_linux_if_h()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs676 pub const IFF_MASTER: ::c_int = 0x400; constant
/external/libnl/lib/route/
Dlink.c2521 __ADD(IFF_MASTER, master)
/external/rust/crates/libc/src/unix/uclibc/
Dmod.rs754 pub const IFF_MASTER: ::c_int = 0x400; // Master 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.txt451 IFF_MASTER:: Master of a load balancer (bonding)
/external/rust/crates/libc/src/fuchsia/
Dmod.rs1634 pub const IFF_MASTER: ::c_int = 0x400; constant