/third_party/libnl/include/linux-private/linux/ |
D | if.h | 101 IFF_DORMANT = 1<<17, /* __volatile__ */ enumerator 129 #define IFF_DORMANT IFF_DORMANT 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 | 35 #ifndef IFF_DORMANT 36 #define IFF_DORMANT 0x20000 /* driver signals dormant */ macro
|
D | priv_netlink.h | 20 #ifndef IFF_DORMANT 21 #define IFF_DORMANT 0x20000 /* driver signals dormant */ macro
|
D | driver_wext.c | 642 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); 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 | 1231 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); in wpa_driver_nl80211_event_rtm_newlink() 1317 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP && in wpa_driver_nl80211_event_rtm_newlink() 1403 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); in wpa_driver_nl80211_event_rtm_dellink()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | linux_defines.h | 35 #ifndef IFF_DORMANT 36 #define IFF_DORMANT 0x20000 /* driver signals dormant */ macro
|
D | priv_netlink.h | 20 #ifndef IFF_DORMANT 21 #define IFF_DORMANT 0x20000 /* driver signals dormant */ macro
|
D | driver_wext.c | 642 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); 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 | 1099 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); 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() 1271 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); in wpa_driver_nl80211_event_rtm_dellink()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.h | 46 #ifndef IFF_DORMANT 47 #define IFF_DORMANT 0x20000 /* driver signals dormant */ macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/ |
D | driver_nl80211_hisi.h | 46 #ifndef IFF_DORMANT 47 #define IFF_DORMANT 0x20000 /* driver signals dormant */ macro
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | if.h | 46 #define IFF_DORMANT 0x20000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/include/net/ |
D | if.h | 46 #define IFF_DORMANT 0x20000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/ndk_musl_include/net/ |
D | if.h | 46 #define IFF_DORMANT 0x20000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
D | if.h | 46 #define IFF_DORMANT 0x20000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
D | if.h | 46 #define IFF_DORMANT 0x20000 macro 49 IFF_ECHO|IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | if.h | 46 #define IFF_DORMANT 0x20000 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 | 688 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); in vlan_read_ifnames()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_full.c | 688 (ifi->ifi_flags & IFF_DORMANT) ? "[DORMANT]" : ""); in vlan_read_ifnames()
|
/third_party/libnl/ |
D | ChangeLog | 109 o Add support for IFF_DORMANT
|
/third_party/libnl/doc/ |
D | route.txt | 442 IFF_DORMANT:: Driver signals dormant 488 the link flags +IFF_UP, IFF_RUNNING, IFF_LOWER_UP+, and +IFF_DORMANT+ which
|
/third_party/libnl/lib/route/ |
D | link.c | 2986 __ADD(IFF_DORMANT, dormant),
|