Searched defs:IFF_LOWER_UP (Results 1 - 10 of 10) 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.c184 #ifndef IFF_LOWER_UP
185 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
1275 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1360 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1436 (ifi->ifi_flags & IFF_LOWER_UP) ? "[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.c184 #ifndef IFF_LOWER_UP
185 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
1275 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1360 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1436 (ifi->ifi_flags & IFF_LOWER_UP) ? "[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.c184 #ifndef IFF_LOWER_UP
185 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
1275 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1360 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1436 (ifi->ifi_flags & IFF_LOWER_UP) ? "[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/libnl/include/linux/
H A Dif_bad.h47 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
53 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/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/uapi/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 365 milliseconds