Home
last modified time | relevance | path

Searched refs:getReverseString6 (Results 1 – 2 of 2) sorted by relevance

/dports/www/squid/squid-4.15/src/ip/
H A DAddress.h312 bool getReverseString6(char buf[MAX_IPSTRLEN], const struct in6_addr &dat) const;
H A DAddress.cc292 Ip::Address::getReverseString6(char buf[MAX_IPSTRLEN], const struct in6_addr &dat) const in getReverseString6() function in Ip::Address
342 return getReverseString6(buf, mSocketAddr_.sin6_addr); in getReverseString()