HomeSort by relevance Sort by last modified time
    Searched refs:ifc_down (Results 1 - 6 of 6) sorted by null

  /system/core/include/netutils/
ifc.h 32 extern int ifc_down(const char *name);
  /system/core/netcfg/
netcfg.c 109 { "down", 1, ifc_down },
  /system/netd/
ThrottleController.cpp 41 extern "C" int ifc_down(const char *name);
SoftapController.cpp 160 ret = ifc_down(iface);
CommandListener.cpp 380 if (ifc_down(argv[2])) {
    [all...]
  /system/core/libnetutils/
ifc_utils.c 211 int ifc_down(const char *name) function
214 if (DBG) printerr("ifc_down(%s) = %d", name, ret);
589 result = ifc_down(ifname);

Completed in 378 milliseconds