Searched refs:first_ip_address (Results 1 – 2 of 2) sorted by relevance
28 virtual bool MyIpAddress(std::string* first_ip_address) { in MyIpAddress() argument29 return MyIpAddressImpl(first_ip_address); in MyIpAddress()39 std::string* first_ip_address) { in DnsResolve() argument40 return DnsResolveImpl(host, first_ip_address); in DnsResolve()50 bool MyIpAddressImpl(std::string* first_ip_address) { in MyIpAddressImpl() argument54 return DnsResolveImpl(my_hostname, first_ip_address); in MyIpAddressImpl()65 std::string* first_ip_address) { in DnsResolveImpl() argument77 *first_ip_address = std::string(tmp); in DnsResolveImpl()
25 virtual bool MyIpAddress(std::string* first_ip_address) = 0;38 std::string* first_ip_address) = 0;