Searched refs:ifc_up (Results 1 - 5 of 5) sorted by relevance

/system/core/include/netutils/
H A Difc.h31 extern int ifc_up(const char *name);
/system/core/netcfg/
H A Dnetcfg.c103 { "up", 1, ifc_up },
/system/core/libnetutils/
H A Difc_utils.c208 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)) {
H A Ddhcpclient.c539 if (ifc_up(iname)) {
/system/netd/server/
H A DCommandListener.cpp374 if (ifc_up(argv[2])) {

Completed in 154 milliseconds