Searched refs:IFF_LOWER_UP (Results 1 - 21 of 21) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dlinux_defines.h32 #ifndef IFF_LOWER_UP
33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Ddriver_wext.c652 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
690 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
H A Ddriver_nl80211.c989 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1083 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1168 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
/external/wpa_supplicant_8/src/drivers/
H A Dlinux_defines.h32 #ifndef IFF_LOWER_UP
33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Ddriver_wext.c652 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
690 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
H A Ddriver_nl80211.c989 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1083 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1168 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dlinux_defines.h32 #ifndef IFF_LOWER_UP
33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Ddriver_wext.c652 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
690 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
H A Ddriver_nl80211.c989 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1083 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1168 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
/external/iproute2/include/linux/
H A Dif.h66 * @IFF_LOWER_UP: driver signals L1 up. Volatile.
87 IFF_LOWER_UP = 1<<16, /* __volatile__ */ enumerator in enum:net_device_flags
108 #define IFF_LOWER_UP IFF_LOWER_UP macro
113 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
H A Dif.h72 * @IFF_LOWER_UP: driver signals L1 up. Volatile.
97 IFF_LOWER_UP = 1<<16, /* volatile */ enumerator in enum:net_device_flags
125 #define IFF_LOWER_UP IFF_LOWER_UP macro
131 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/libnl/include/linux-private/linux/
H A 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/
H A Dwrapper_linux_if.c73 * @IFF_LOWER_UP: driver signals L1 up. Volatile.
94 PyModule_AddIntMacro(m, IFF_LOWER_UP);
114 PyModule_AddIntMacro(m, IFF_LOWER_UP);
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dvlan_full.c638 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
/external/wpa_supplicant_8/src/ap/
H A Dvlan_full.c638 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dvlan_full.c638 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
/external/dhcpcd-6.8.2/
H A Dif-linux.c63 #ifndef IFF_LOWER_UP
64 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
/external/libnl/lib/route/
H A Dlink.c2530 __ADD(IFF_LOWER_UP, lowerup)

Completed in 1442 milliseconds