Searched refs:ip_address (Results 1 – 4 of 4) sorted by relevance
214 auto ip_addr = s->ip_address(); in AddToServiceRegistry()246 const std::string& ip_address() const { return ip_addr_; } in ip_address() function in __anon43cf4f330111::ResolvedService311 auto ip = service->ip_address(); in ForEachService()
133 const char* ip_address, int af);
54 const std::string& ip_address, uint16_t port)>;
1389 const char* ip_address, int af) { in resolv_gethostbyaddr_from_cache() argument1393 } else if (ip_address == nullptr || ip_address[0] == '\0') { in resolv_gethostbyaddr_from_cache()1446 if (inet_pton(af, ip_address, addr_buf) != 1) { in resolv_gethostbyaddr_from_cache()