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

  /system/core/libnetutils/include/netutils/
ifc.h 31 extern int ifc_up(const char *name);
  /system/core/libnetutils/
ifc_utils.c 212 int ifc_up(const char *name) function
215 if (DBG) printerr("ifc_up(%s) = %d", name, ret);
595 result = ifc_up(ifname);
698 if (ifc_up(ifname)) {
dhcpclient.c 537 if (ifc_up(iname)) {
  /system/netd/server/
RouteController.cpp 652 int ret = ifc_up(interface);
    [all...]
CommandListener.cpp 237 if (ifc_up(argv[2])) {
    [all...]

Completed in 1571 milliseconds