OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ifc_create_default_route
(Results
1 - 2
of
2
) sorted by null
/system/core/libnetutils/include/netutils/
ifc.h
53
extern int
ifc_create_default_route
(const char *name, in_addr_t addr);
/system/core/libnetutils/
ifc_utils.c
577
int
ifc_create_default_route
(const char *name, in_addr_t gw)
function
585
if (DBG) printerr("
ifc_create_default_route
(%s, %d) = %d", name, gw, ret);
713
if (
ifc_create_default_route
(ifname, gateway)) {
Completed in 46 milliseconds