OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFF_DORMANT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/wpa/dist/src/drivers/
linux_defines.h
35
#ifndef
IFF_DORMANT
36
#define
IFF_DORMANT
0x20000 /* driver signals dormant */
priv_netlink.h
20
#ifndef
IFF_DORMANT
21
#define
IFF_DORMANT
0x20000 /* driver signals dormant */
driver_wext.c
643
(ifi->ifi_flags &
IFF_DORMANT
) ? "[DORMANT]" : "");
680
(ifi->ifi_flags & (IFF_LOWER_UP |
IFF_DORMANT
)) == IFF_LOWER_UP &&
driver_nl80211.c
1335
(ifi->ifi_flags &
IFF_DORMANT
) ? "[DORMANT]" : "");
1421
(ifi->ifi_flags & (IFF_LOWER_UP |
IFF_DORMANT
)) == IFF_LOWER_UP &&
1507
(ifi->ifi_flags &
IFF_DORMANT
) ? "[DORMANT]" : "");
/src/external/bsd/wpa/dist/src/ap/
vlan_full.c
688
(ifi->ifi_flags &
IFF_DORMANT
) ? "[DORMANT]" : "");
Completed in 24 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026