HomeSort by relevance Sort by last modified time
    Searched refs:ipaddr_to_string (Results 1 - 2 of 2) sorted by null

  /system/core/libnetutils/
dhcp_utils.c 128 static const char *ipaddr_to_string(in_addr_t addr) function
213 property_set(dns_prop_name, *dns1 ? ipaddr_to_string(*dns1) : "");
215 property_set(dns_prop_name, *dns2 ? ipaddr_to_string(*dns2) : "");
ifc_utils.c 88 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 177 milliseconds