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
109
{ "down", 1,
ifc_down
},
/system/core/libnetutils/
ifc_utils.c
210
int
ifc_down
(const char *name)
function
213
if (DBG) printerr("
ifc_down
(%s) = %d", name, ret);
588
result =
ifc_down
(ifname);
/system/netd/
CommandListener.cpp
545
if (
ifc_down
(argv[2])) {
[
all
...]
Completed in 25 milliseconds