Searched refs:ifc_create_default_route (Results 1 - 2 of 2) sorted by relevance

/system/core/include/netutils/
H A Difc.h59 extern int ifc_create_default_route(const char *name, in_addr_t addr);
/system/core/libnetutils/
H A Difc_utils.c549 int ifc_create_default_route(const char *name, in_addr_t gw) function
557 if (DBG) printerr("ifc_create_default_route(%s, %d) = %d", name, gw, ret);
749 if ((result = ifc_create_default_route(ifname, gateway)) < 0) {
804 if (ifc_create_default_route(ifname, gateway)) {

Completed in 5 milliseconds