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
59
extern int
ifc_create_default_route
(const char *name, in_addr_t addr);
/system/core/libnetutils/
ifc_utils.c
549
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 23 milliseconds