Searched refs:ifc_down (Results 1 - 6 of 6) sorted by relevance

/system/core/include/netutils/
H A Difc.h32 extern int ifc_down(const char *name);
/system/core/netcfg/
H A Dnetcfg.c109 { "down", 1, ifc_down },
/system/netd/
H A DThrottleController.cpp42 extern "C" int ifc_down(const char *name);
H A DSoftapController.cpp160 ret = ifc_down(iface);
H A DCommandListener.cpp365 if (ifc_down(argv[2])) {
/system/core/libnetutils/
H A Difc_utils.c211 int ifc_down(const char *name) function
214 if (DBG) printerr("ifc_down(%s) = %d", name, ret);
589 result = ifc_down(ifname);

Completed in 312 milliseconds