Searched refs:IPV6_RECVERR (Results 1 – 12 of 12) sorted by relevance
176 #define IPV6_RECVERR 25 macro
335 #define IPV6_RECVERR 25 macro
57 * Indicates if IP_RECVERR/IPV6_RECVERR will be set when binding the handle.58 * This sets IP_RECVERR for IPv4 and IPV6_RECVERR for IPv6 UDP sockets on
1069 return (cmsg.cmsg_level == SOL_IPV6 && cmsg.cmsg_type == IPV6_RECVERR) || in CmsgIsIpLevel()1114 next_cmsg->cmsg_type == IPV6_RECVERR)) { in process_timestamp()
524 if (setsockopt(fd, IPPROTO_IPV6, IPV6_RECVERR, &yes, sizeof(yes))) in uv__set_recverr()
1631 (void)setsockopt(*sockfd, SOL_IPV6, IPV6_RECVERR, &one, sizeof(one)); in Curl_socket()