Searched refs:IPV6_RECVERR (Results 1 – 5 of 5) sorted by relevance
52 #if defined(IPV6_RECVERR) || (defined(HAVE_DECL_IPV6_RECVERR) && HAVE_DECL_IPV6_RECVERR)53 XLAT(IPV6_RECVERR),
17 IPV6_RECVERR
174 #define IPV6_RECVERR 25 macro
176 case IPV6_RECVERR: in recverr()487 if (setsockopt(fd, SOL_IPV6, IPV6_RECVERR, &on, sizeof(on))) { in main()
1097 if (setsockopt(icmp_sock, SOL_IPV6, IPV6_RECVERR, (char *)&hold, sizeof(hold))) { in main()1301 if (cmsg->cmsg_type == IPV6_RECVERR) in receive_error_msg()