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

  /system/core/include/netutils/
ifc.h 56 extern int ifc_create_default_route(const char *name, in_addr_t addr);
  /system/core/libnetutils/
ifc_utils.c 550 int ifc_create_default_route(const char *name, in_addr_t gw) function
558 if (DBG) printerr("ifc_create_default_route(%s, %d) = %d", name, gw, ret);
754 if ((result = ifc_create_default_route(ifname, gateway)) < 0) {
809 if (ifc_create_default_route(ifname, gateway)) {

Completed in 19 milliseconds