Home
last modified time | relevance | path

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

12

/external/strace/xlat/
Dsock_ipv6_options.h77 #if defined(IPV6_RECVERR) || (defined(HAVE_DECL_IPV6_RECVERR) && HAVE_DECL_IPV6_RECVERR)
78 XLAT(IPV6_RECVERR),
Dsock_ipv6_options.in21 IPV6_RECVERR
/external/syzkaller/sys/linux/
Dsocket_inet6_arm64.const57 IPV6_RECVERR = 25
Dsocket_inet6_arm.const57 IPV6_RECVERR = 25
Dsocket_inet6_386.const57 IPV6_RECVERR = 25
Dsocket_inet6_ppc64le.const57 IPV6_RECVERR = 25
Dsocket_inet6_amd64.const57 IPV6_RECVERR = 25
Dsocket_inet6.txt46 … IPV6_MULTICAST_LOOP, IPV6_ROUTER_ALERT, IPV6_MTU_DISCOVER, IPV6_MTU, IPV6_RECVERR, IPV6_V6ONLY, I…
/external/iproute2/include/uapi/linux/
Din6.h176 #define IPV6_RECVERR 25 macro
/external/kernel-headers/original/uapi/linux/
Din6.h176 #define IPV6_RECVERR 25 macro
/external/iputils/
Dtracepath6.c176 case IPV6_RECVERR: in recverr()
487 if (setsockopt(fd, SOL_IPV6, IPV6_RECVERR, &on, sizeof(on))) { in main()
Dping6.c1097 if (setsockopt(icmp_sock, SOL_IPV6, IPV6_RECVERR, (char *)&hold, sizeof(hold))) { in main()
1299 if (cmsg->cmsg_type == IPV6_RECVERR) in receive_error_msg()
/external/python/cpython2/Lib/plat-linux2/
DIN.py531 IPV6_RECVERR = 25 variable
/external/linux-kselftest/tools/testing/selftests/networking/timestamping/
Dtxtimestamp.c197 cm->cmsg_type == IPV6_RECVERR)) { in __recv_errmsg_cmsg()
/external/linux-kselftest/tools/testing/selftests/net/
Dmsg_zerocopy.c420 (cm->cmsg_level == SOL_IPV6 && cm->cmsg_type == IPV6_RECVERR) || in do_recv_completion()
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc642 next_cmsg->cmsg_type == IPV6_RECVERR)) { in process_timestamp()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go654 IPV6_RECVERR = 0x19 const
Dzerrors_linux_mipsle.go790 IPV6_RECVERR = 0x19 const
Dzerrors_linux_s390x.go790 IPV6_RECVERR = 0x19 const
Dzerrors_linux_arm.go790 IPV6_RECVERR = 0x19 const
Dzerrors_linux_ppc64le.go790 IPV6_RECVERR = 0x19 const
Dzerrors_linux_mips64.go790 IPV6_RECVERR = 0x19 const
Dzerrors_linux_ppc64.go790 IPV6_RECVERR = 0x19 const
Dzerrors_linux_amd64.go791 IPV6_RECVERR = 0x19 const
Dzerrors_linux_mips64le.go790 IPV6_RECVERR = 0x19 const

12