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

/netbsd-6-1-5-RELEASE/sbin/ping6/
H A Dping6.c617 struct addrinfo ghints, *gres; local
620 memset(&ghints, 0, sizeof(ghints));
621 ghints.ai_family = AF_INET6;
622 ghints.ai_socktype = SOCK_RAW;
623 ghints.ai_protocol = IPPROTO_ICMPV6;

Completed in 171 milliseconds