Home
last modified time | relevance | path

Searched refs:ipaddr_to_string (Results 1 – 1 of 1) sorted by relevance

/system/core/libnetutils/
Difc_utils.c91 static const char *ipaddr_to_string(in_addr_t addr) in ipaddr_to_string() function
706 printerr("failed to set ipaddr %s: %s\n", ipaddr_to_string(address), strerror(errno)); in ifc_configure()
716 … printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno)); in ifc_configure()
724 property_set(dns_prop_name, dns1 ? ipaddr_to_string(dns1) : ""); in ifc_configure()
726 property_set(dns_prop_name, dns2 ? ipaddr_to_string(dns2) : ""); in ifc_configure()