Home
last modified time | relevance | path

Searched refs:ifc_down (Results 1 – 4 of 4) sorted by relevance

/system/core/include/netutils/
Difc.h32 extern int ifc_down(const char *name);
/system/core/netcfg/
Dnetcfg.c104 { "down", 1, ifc_down },
/system/core/libnetutils/
Difc_utils.c215 int ifc_down(const char *name) in ifc_down() function
584 result = ifc_down(ifname); in ifc_disable()
/system/netd/server/
DCommandListener.cpp382 if (ifc_down(argv[2])) { in runCommand()