Home
last modified time | relevance | path

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

/system/core/libnetutils/include/netutils/
Difc.h53 extern int ifc_create_default_route(const char *name, in_addr_t addr);
/system/core/libnetutils/
Difc_utils.c577 int ifc_create_default_route(const char *name, in_addr_t gw) in ifc_create_default_route() function
713 if (ifc_create_default_route(ifname, gateway)) { in ifc_configure()