HomeSort by relevance Sort by last modified time
    Searched refs:ifc_up (Results 1 - 7 of 7) sorted by null

  /system/netd/
ThrottleController.cpp 40 extern "C" int ifc_up(const char *name);
101 if (ifc_up("ifb0")) {
SoftapController.cpp 138 ret = ifc_up(iface);
CommandListener.cpp 372 if (ifc_up(argv[2])) {
    [all...]
  /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 204 int ifc_up(const char *name) function
207 if (DBG) printerr("ifc_up(%s) = %d", name, ret);
578 result = ifc_up(ifname);
794 if (ifc_up(ifname)) {
dhcpclient.c 533 if (ifc_up(iname)) {

Completed in 31 milliseconds