Searched refs:ifc_down (Results 1 - 5 of 5) 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.cpp41 extern "C" int ifc_down(const char *name);
H A DCommandListener.cpp487 if (ifc_down(argv[2])) {
/system/core/libnetutils/
H A Difc_utils.c210 int ifc_down(const char *name) function
213 if (DBG) printerr("ifc_down(%s) = %d", name, ret);
588 result = ifc_down(ifname);

Completed in 968 milliseconds