HomeSort by: relevance | last modified time | path
    Searched refs:IFF_LOWER_UP (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/wpa/dist/src/drivers/
linux_defines.h 32 #ifndef IFF_LOWER_UP
33 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
priv_netlink.h 17 #ifndef IFF_LOWER_UP
18 #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */
driver_wext.c 642 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
680 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
driver_nl80211.c 1334 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
1421 (ifi->ifi_flags & (IFF_LOWER_UP | IFF_DORMANT)) == IFF_LOWER_UP &&
1506 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",
  /src/external/bsd/wpa/dist/src/ap/
vlan_full.c 687 (ifi->ifi_flags & IFF_LOWER_UP) ? "[LOWER_UP]" : "",

Completed in 38 milliseconds