/src/sbin/ping6/ |
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 611 memset(&ghints, 0, sizeof(ghints)); 612 ghints.ai_family = AF_INET6; 613 ghints.ai_socktype = SOCK_RAW; 614 ghints.ai_protocol = IPPROTO_ICMPV6;
|
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 611 memset(&ghints, 0, sizeof(ghints)); 612 ghints.ai_family = AF_INET6; 613 ghints.ai_socktype = SOCK_RAW; 614 ghints.ai_protocol = IPPROTO_ICMPV6;
|
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 611 memset(&ghints, 0, sizeof(ghints)); 612 ghints.ai_family = AF_INET6; 613 ghints.ai_socktype = SOCK_RAW; 614 ghints.ai_protocol = IPPROTO_ICMPV6;
|
ping6.c | 608 struct addrinfo ghints, *gres; local in function:main 611 memset(&ghints, 0, sizeof(ghints)); 612 ghints.ai_family = AF_INET6; 613 ghints.ai_socktype = SOCK_RAW; 614 ghints.ai_protocol = IPPROTO_ICMPV6;
|