HomeSort by relevance Sort by last modified time
    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/libnetutils/
ifc_utils.c 216 int ifc_up(const char *name) function
219 if (DBG) printerr("ifc_up(%s) = %d", name, ret);
599 result = ifc_up(ifname);
702 if (ifc_up(ifname)) {
dhcpclient.c 539 if (ifc_up(iname)) {
  /system/netd/server/
RouteController.cpp 692 int ret = ifc_up(interface);
    [all...]
CommandListener.cpp 369 if (ifc_up(argv[2])) {
    [all...]

Completed in 1204 milliseconds