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/include/netutils/
ifc.h
53
extern int
ifc_create_default_route
(const char *name, in_addr_t addr);
/system/core/libnetutils/
ifc_utils.c
554
int
ifc_create_default_route
(const char *name, in_addr_t gw)
function
562
if (DBG) printerr("
ifc_create_default_route
(%s, %d) = %d", name, gw, ret);
690
if (
ifc_create_default_route
(ifname, gateway)) {
Completed in 33 milliseconds