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

/freebsd-9.3-release/sbin/ping6/
H A Dping6.c650 struct addrinfo ghints, *gres; local
653 memset(&ghints, 0, sizeof(ghints));
654 ghints.ai_family = AF_INET6;
655 ghints.ai_socktype = SOCK_RAW;
656 ghints.ai_protocol = IPPROTO_ICMPV6;

Completed in 90 milliseconds