Searched refs:ip_address (Results 1 – 2 of 2) sorted by relevance
133 const char* ip_address, int af);
1353 const char* ip_address, int af) { in resolv_gethostbyaddr_from_cache() argument1357 } else if (ip_address == nullptr || ip_address[0] == '\0') { in resolv_gethostbyaddr_from_cache()1410 if (inet_pton(af, ip_address, addr_buf) != 1) { in resolv_gethostbyaddr_from_cache()