Searched defs:ipaddr_to_string (Results 1 - 2 of 2) sorted by relevance

/system/core/libnetutils/
H A Ddhcp_utils.c158 static const char *ipaddr_to_string(in_addr_t addr) function
241 property_set(dns_prop_name, *dns1 ? ipaddr_to_string(*dns1) : "");
243 property_set(dns_prop_name, *dns2 ? ipaddr_to_string(*dns2) : "");
H A Difc_utils.c88 static const char *ipaddr_to_string(in_addr_t addr) function
800 printerr("failed to set ipaddr %s: %s\n", ipaddr_to_string(address), strerror(errno));
810 printerr("failed to set default route %s: %s\n", ipaddr_to_string(gateway), strerror(errno));
818 property_set(dns_prop_name, dns1 ? ipaddr_to_string(dns1) : "");
820 property_set(dns_prop_name, dns2 ? ipaddr_to_string(dns2) : "");

Completed in 55 milliseconds