Searched defs:IFF_LOWER_UP (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Ddriver_nl80211.c143 #ifndef IFF_LOWER_UP
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
916 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
969 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
/external/wpa_supplicant_8/src/drivers/
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Ddriver_nl80211.c143 #ifndef IFF_LOWER_UP
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
916 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
969 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dpriv_netlink.h17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
H A Ddriver_nl80211.c143 #ifndef IFF_LOWER_UP
144 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
916 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
969 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
/external/dhcpcd/
H A Dif-linux.c46 #ifndef IFF_LOWER_UP
47 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
387 /* Bridge interfaces set IFF_LOWER_UP when they have a valid
390 * IFF_LOWER_UP set. */
391 if (ifi->ifi_flags & IFF_MASTER && !(ifi->ifi_flags & IFF_LOWER_UP)) {
/external/iproute2/include/linux/
H A Dif.h51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/linux/
H A Dif.h51 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)

Completed in 7956 milliseconds