Searched refs:IFF_LOWER_UP (Results 1 – 19 of 19) sorted by relevance
/third_party/libnl/include/linux-private/linux/ |
D | if.h | 100 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)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | linux_defines.h | 32 #ifndef IFF_LOWER_UP 33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
|
D | priv_netlink.h | 17 #ifndef IFF_LOWER_UP 18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
|
D | driver_wext.c | 641 (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()
|
D | driver_nl80211.c | 1098 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_nl80211_event_rtm_newlink() 1185 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_nl80211_event_rtm_newlink() 1270 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_nl80211_event_rtm_dellink()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | linux_defines.h | 32 #ifndef IFF_LOWER_UP 33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
|
D | priv_netlink.h | 17 #ifndef IFF_LOWER_UP 18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
|
D | driver_wext.c | 641 (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()
|
D | driver_nl80211.c | 1098 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_nl80211_event_rtm_newlink() 1185 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_nl80211_event_rtm_newlink() 1270 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in wpa_driver_nl80211_event_rtm_dellink()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.h | 43 #ifndef IFF_LOWER_UP 44 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.h | 43 #ifndef IFF_LOWER_UP 44 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ macro
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | if.h | 45 #define IFF_LOWER_UP 0x10000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/include/net/ |
D | if.h | 45 #define IFF_LOWER_UP 0x10000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | if.h | 45 #define IFF_LOWER_UP 0x10000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_full.c | 687 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in vlan_read_ifnames()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_full.c | 687 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "", in vlan_read_ifnames()
|
/third_party/libnl/ |
D | ChangeLog | 132 o Add IFF_LOWER_UP
|
/third_party/libnl/doc/ |
D | route.txt | 441 IFF_LOWER_UP:: Link layer is operational 488 the link flags +IFF_UP, IFF_RUNNING, IFF_LOWER_UP+, and +IFF_DORMANT+ which
|
/third_party/libnl/lib/route/ |
D | link.c | 2985 __ADD(IFF_LOWER_UP, lowerup),
|