OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifc_up
(Results
1 - 5
of
5
) sorted by null
/system/core/include/netutils/
ifc.h
31
extern int
ifc_up
(const char *name);
/system/core/netcfg/
netcfg.c
108
{ "up", 1,
ifc_up
},
/system/core/libnetutils/
ifc_utils.c
203
int
ifc_up
(const char *name)
function
206
if (DBG) printerr("
ifc_up
(%s) = %d", name, ret);
577
result =
ifc_up
(ifname);
789
if (
ifc_up
(ifname)) {
dhcpclient.c
537
if (
ifc_up
(iname)) {
/system/netd/
CommandListener.cpp
537
if (
ifc_up
(argv[2])) {
[
all
...]
Completed in 35 milliseconds