Searched refs:v6_addr (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetaddrinfo.c186 struct in6_addr v6_addr; local
199 v6_addr = in6addr_any;
204 v6_addr = in6addr_loopback;
211 &current, const_v6, &v6_addr, NULL);
287 struct in6_addr v6_addr; local
289 if (inet_pton (PF_INET6, nodename, &v6_addr) == 1) {
291 &current, const_v6, &v6_addr, NULL);

Completed in 141 milliseconds