Home
last modified time | relevance | path

Searched refs:IFF_LOWER_UP (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Diffflags.h118 #if defined(IFF_LOWER_UP) || (defined(HAVE_DECL_IFF_LOWER_UP) && HAVE_DECL_IFF_LOWER_UP)
120 static_assert((IFF_LOWER_UP) == ((1 << 16)), "IFF_LOWER_UP != (1 << 16)");
123 # define IFF_LOWER_UP (1 << 16)
162 XLAT(IFF_LOWER_UP),
Diffflags.in18 IFF_LOWER_UP (1 << 16)
/external/iproute2/include/uapi/linux/
Dif.h100 IFF_LOWER_UP = 1<<16, /* __volatile__ */ enumerator
128 #define IFF_LOWER_UP IFF_LOWER_UP macro
134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
Dif.h102 IFF_LOWER_UP = 1<<16, /* volatile */ enumerator
130 #define IFF_LOWER_UP IFF_LOWER_UP macro
136 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/wpa_supplicant_8/src/drivers/
Dlinux_defines.h32 #ifndef IFF_LOWER_UP
33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
Ddriver_wext.c641 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_wext_event_rtm_newlink()
679 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_wext_event_rtm_newlink()
/external/libnl/include/linux-private/linux/
Dif_bad.h46 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
52 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/autotest/client/deps/lansim/src/
Dwrapper_linux_if.c94 PyModule_AddIntMacro(m, IFF_LOWER_UP); in _init_linux_if_h()
114 PyModule_AddIntMacro(m, IFF_LOWER_UP); in _init_linux_if_h()
/external/iproute2/testsuite/tools/
Dgenerate_nlmsg.c42 IFF_MULTICAST | IFF_UP | IFF_LOWER_UP; in fill_vf_rate_test()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const64 IFF_LOWER_UP = 65536
Dsocket_netlink_route_arm.const64 IFF_LOWER_UP = 65536
Dsocket_netlink_route_386.const64 IFF_LOWER_UP = 65536
Dsocket_netlink_route_ppc64le.const64 IFF_LOWER_UP = 65536
Dsocket_netlink_route_arm64.const64 IFF_LOWER_UP = 65536
Dsocket_netlink_route.txt611 …R, IFF_SLAVE, IFF_MULTICAST, IFF_PORTSEL, IFF_AUTOMEDIA, IFF_DYNAMIC, IFF_LOWER_UP, IFF_DORMANT, I…
/external/wpa_supplicant_8/src/ap/
Dvlan_full.c687 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in vlan_read_ifnames()
/external/libnl/
DChangeLog132 o Add IFF_LOWER_UP
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go520 IFF_LOWER_UP = 0x10000 const
Dzerrors_linux_mipsle.go649 IFF_LOWER_UP = 0x10000 const
Dzerrors_linux_s390x.go649 IFF_LOWER_UP = 0x10000 const
Dzerrors_linux_arm.go649 IFF_LOWER_UP = 0x10000 const
Dzerrors_linux_ppc64le.go649 IFF_LOWER_UP = 0x10000 const
Dzerrors_linux_mips64.go649 IFF_LOWER_UP = 0x10000 const
Dzerrors_linux_ppc64.go649 IFF_LOWER_UP = 0x10000 const

12