Home
last modified time | relevance | path

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

12

/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.h95 IFF_SLAVE = 1<<11, /* volatile */ enumerator
122 #define IFF_SLAVE IFF_SLAVE macro
136 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/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const73 IFF_SLAVE = 2048
Dsocket_netlink_route_arm.const73 IFF_SLAVE = 2048
Dsocket_netlink_route_386.const73 IFF_SLAVE = 2048
Dsocket_netlink_route_ppc64le.const73 IFF_SLAVE = 2048
Dsocket_netlink_route_arm64.const73 IFF_SLAVE = 2048
Dsocket_netlink_route.txt611 …RAILERS, IFF_RUNNING, IFF_NOARP, IFF_PROMISC, IFF_ALLMULTI, IFF_MASTER, IFF_SLAVE, IFF_MULTICAST, …
/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/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go534 IFF_SLAVE = 0x800 const
Dzerrors_linux_mipsle.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_s390x.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_arm.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_ppc64le.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_mips64.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_ppc64.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_amd64.go666 IFF_SLAVE = 0x800 const
Dzerrors_linux_mips64le.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_386.go666 IFF_SLAVE = 0x800 const
Dzerrors_linux_mips.go665 IFF_SLAVE = 0x800 const
Dzerrors_linux_arm64.go668 IFF_SLAVE = 0x800 const

12