OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifc_down
(Results
1 - 4
of
4
) sorted by null
/system/core/include/netutils/
ifc.h
32
extern int
ifc_down
(const char *name);
/system/core/netcfg/
netcfg.c
104
{ "down", 1,
ifc_down
},
/system/core/libnetutils/
ifc_utils.c
215
int
ifc_down
(const char *name)
function
218
if (DBG) printerr("
ifc_down
(%s) = %d", name, ret);
584
result =
ifc_down
(ifname);
/system/netd/server/
CommandListener.cpp
382
if (
ifc_down
(argv[2])) {
[
all
...]
Completed in 58 milliseconds