Home
last modified time | relevance | path

Searched refs:IPV6_RECVERR (Results 1 – 12 of 12) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Din6.h176 #define IPV6_RECVERR 25 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/musl/ndk_musl_include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/musl/include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Din.h335 #define IPV6_RECVERR 25 macro
/third_party/libuv/docs/src/
Dudp.rst57 * 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
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1069 return (cmsg.cmsg_level == SOL_IPV6 && cmsg.cmsg_type == IPV6_RECVERR) || in CmsgIsIpLevel()
1114 next_cmsg->cmsg_type == IPV6_RECVERR)) { in process_timestamp()
/third_party/libuv/src/unix/
Dudp.c524 if (setsockopt(fd, IPPROTO_IPV6, IPV6_RECVERR, &yes, sizeof(yes))) in uv__set_recverr()
/third_party/curl/lib/
Dconnect.c1631 (void)setsockopt(*sockfd, SOL_IPV6, IPV6_RECVERR, &one, sizeof(one)); in Curl_socket()