Home
last modified time | relevance | path

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

12

/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.h94 IFF_MASTER = 1<<10, /* volatile */ enumerator
121 #define IFF_MASTER IFF_MASTER macro
136 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/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const65 IFF_MASTER = 1024
Dsocket_netlink_route_arm.const65 IFF_MASTER = 1024
Dsocket_netlink_route_386.const65 IFF_MASTER = 1024
Dsocket_netlink_route_ppc64le.const65 IFF_MASTER = 1024
Dsocket_netlink_route_arm64.const65 IFF_MASTER = 1024
Dsocket_netlink_route.txt611 …NT, IFF_NOTRAILERS, IFF_RUNNING, IFF_NOARP, IFF_PROMISC, IFF_ALLMULTI, IFF_MASTER, IFF_SLAVE, IFF_…
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go521 IFF_MASTER = 0x400 const
Dzerrors_linux_mipsle.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_s390x.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_arm.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_ppc64le.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_mips64.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_ppc64.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_amd64.go651 IFF_MASTER = 0x400 const
Dzerrors_linux_mips64le.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_386.go651 IFF_MASTER = 0x400 const
Dzerrors_linux_mips.go650 IFF_MASTER = 0x400 const
Dzerrors_linux_arm64.go653 IFF_MASTER = 0x400 const
/external/libnl/lib/route/
Dlink.c2521 __ADD(IFF_MASTER, master)

12