Searched refs:IFF_SLAVE (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Diffflags.h37 #if defined(IFF_SLAVE) || (defined(HAVE_DECL_IFF_SLAVE) && HAVE_DECL_IFF_SLAVE)
38 XLAT(IFF_SLAVE),
/external/libnl/include/linux/
H A Dif_bad.h39 #define IFF_SLAVE 0x800 /* slave of a load balancer */ macro
53 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/iproute2/include/linux/
H A Dif.h43 #define IFF_SLAVE 0x800 /* slave of a load balancer */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
H A Dif.h43 #define IFF_SLAVE 0x800 /* slave of a load balancer */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/libnl/lib/route/
H A Dlink.c58 * IFF_SLAVE Used by teql
652 if (l->l_change & IFF_SLAVE) {
653 if (l->l_flags & IFF_SLAVE) {
1032 __ADD(IFF_SLAVE, slave)

Completed in 101 milliseconds