HomeSort by relevance Sort by last modified time
    Searched refs:IFF_UP (Results 76 - 82 of 82) sorted by null

1 2 34

  /system/netd/
CommandListener.cpp 331 updown = (flags & IFF_UP) ? "up" : "down";
    [all...]
  /external/chromium/net/base/
net_util.cc     [all...]
  /external/dhcpcd/
dhcpcd.c 928 else if (carrier == 0 || ~iface->flags & IFF_UP) {
941 } else if (carrier == 1 && !(~iface->flags & IFF_UP)) {
    [all...]
  /external/libppp/src/
ipcp.c 910 if (!iface_SetFlags(ipcp->fsm.bundle->iface->name, IFF_UP)) {
911 log_Printf(LogERROR, "ipcp_InterfaceUp: Can't set the IFF_UP flag on %s\n",
    [all...]
bundle.c 904 iface_ClearFlags(bundle->iface->name, IFF_UP);
    [all...]
  /external/mdnsresponder/mDNSPosix/
mDNSPosix.c 942 ) && (i->ifi_flags & IFF_UP) && !(i->ifi_flags & IFF_POINTOPOINT))
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 914 (ifi->ifi_flags & IFF_UP) ? "[UP]" : "",
919 if (!drv->if_disabled && !(ifi->ifi_flags & IFF_UP)) {
939 if (drv->if_disabled && (ifi->ifi_flags & IFF_UP)) {
    [all...]

Completed in 410 milliseconds

1 2 34