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

/external/kernel-headers/original/linux/
H A Din6.h176 #define IPV6_RECVERR 25 macro
/external/iputils/
H A Dtracepath6.c176 case IPV6_RECVERR:
487 if (setsockopt(fd, SOL_IPV6, IPV6_RECVERR, &on, sizeof(on))) {
488 perror("IPV6_RECVERR");
H A Dping6.c1094 if (setsockopt(icmp_sock, SOL_IPV6, IPV6_RECVERR, (char *)&hold, sizeof(hold))) {
1298 if (cmsg->cmsg_type == IPV6_RECVERR)
1643 * received with IPV6_RECVERR. Ugly code is preserved
/external/strace/
H A Dnet.c875 #ifdef IPV6_RECVERR
876 { IPV6_RECVERR, "IPV6_RECVERR" },

Completed in 55 milliseconds