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
103
{ "up", 1,
ifc_up
},
/system/core/libnetutils/
ifc_utils.c
208
int
ifc_up
(const char *name)
function
211
if (DBG) printerr("
ifc_up
(%s) = %d", name, ret);
572
result =
ifc_up
(ifname);
675
if (
ifc_up
(ifname)) {
dhcpclient.c
539
if (
ifc_up
(iname)) {
/system/netd/server/
CommandListener.cpp
374
if (
ifc_up
(argv[2])) {
[
all
...]
Completed in 7000 milliseconds