OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ifc_create_default_route
(Results
1 - 3
of
3
) sorted by null
/system/core/libnetutils/
ifc_utils.h
31
int
ifc_create_default_route
(const char *name, unsigned addr);
ifc_utils.c
189
int
ifc_create_default_route
(const char *name, in_addr_t addr)
function
369
if ((result =
ifc_create_default_route
(ifname, gateway)) < 0) {
424
if (
ifc_create_default_route
(ifname, gateway)) {
dhcpclient.c
143
if (
ifc_create_default_route
(ifname, info->gateway)) {
Completed in 267 milliseconds