OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
42
extern "C" int
ifc_down
(const char *name);
SoftapController.cpp
160
ret =
ifc_down
(iface);
CommandListener.cpp
338
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 89 milliseconds