/external/wpa_supplicant_8/src/drivers/ |
linux_defines.h | 32 #ifndef IFF_LOWER_UP 33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
|
priv_netlink.h | 17 #ifndef IFF_LOWER_UP 18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
|
driver_wext.c | 641 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", 679 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && [all...] |
driver_nl80211.c | 1098 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", 1185 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && 1270 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", [all...] |
/external/strace/xlat/ |
iffflags.in | 18 IFF_LOWER_UP (1 << 16)
|
iffflags.h | 118 #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),
|
/bionic/libc/kernel/uapi/linux/ |
if.h | 52 IFF_LOWER_UP = 1 << 16, 77 #define IFF_LOWER_UP IFF_LOWER_UP 81 #define IFF_VOLATILE (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_BROADCAST | IFF_ECHO | IFF_MASTER | IFF_SLAVE | IFF_RUNNING | IFF_LOWER_UP | IFF_DORMANT)
|
/external/iproute2/include/uapi/linux/ |
if.h | 75 * @IFF_LOWER_UP: driver signals L1 up. Volatile. 100 IFF_LOWER_UP = 1<<16, /* __volatile__ */ 128 #define IFF_LOWER_UP IFF_LOWER_UP 134 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/external/kernel-headers/original/uapi/linux/ |
if.h | 77 * @IFF_LOWER_UP: driver signals L1 up. Volatile. 102 IFF_LOWER_UP = 1<<16, /* volatile */ 130 #define IFF_LOWER_UP IFF_LOWER_UP 136 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/external/libnl/include/linux-private/linux/ |
if_bad.h | 46 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ 52 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/external/autotest/client/deps/lansim/src/ |
wrapper_linux_if.c | 73 * @IFF_LOWER_UP: driver signals L1 up. Volatile. 94 PyModule_AddIntMacro(m, IFF_LOWER_UP); 114 PyModule_AddIntMacro(m, IFF_LOWER_UP);
|
/external/iproute2/testsuite/tools/ |
generate_nlmsg.c | 42 IFF_MULTICAST | IFF_UP | IFF_LOWER_UP;
|
/bionic/tests/ |
ifaddrs_test.cpp | 212 #if defined(IFF_LOWER_UP) 213 if ((flags & IFF_LOWER_UP) != 0) result += " LOWER_UP";
|
/external/wpa_supplicant_8/src/ap/ |
vlan_full.c | 687 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
|
/external/libnl/lib/route/ |
link.c | [all...] |
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
zerrors_linux_sparc64.go | 520 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_386.go | 650 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_amd64.go | 650 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_arm.go | 649 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_arm64.go | 652 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_mips.go | 649 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_mips64.go | 649 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_mips64le.go | 649 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_mipsle.go | 649 IFF_LOWER_UP = 0x10000 [all...] |
zerrors_linux_ppc64.go | 649 IFF_LOWER_UP = 0x10000 [all...] |