OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipaddr_to_string
(Results
1 - 2
of
2
) sorted by null
/system/core/libnetutils/
ifc_utils.c
92
static const char *
ipaddr_to_string
(in_addr_t addr)
function
681
printerr("failed to set ipaddr %s: %s\n",
ipaddr_to_string
(address), strerror(errno));
691
printerr("failed to set default route %s: %s\n",
ipaddr_to_string
(gateway), strerror(errno));
699
property_set(dns_prop_name, dns1 ?
ipaddr_to_string
(dns1) : "");
701
property_set(dns_prop_name, dns2 ?
ipaddr_to_string
(dns2) : "");
dhcp_utils.c
169
static const char *
ipaddr_to_string
(in_addr_t addr)
function
Completed in 52 milliseconds