Home
last modified time | relevance | path

Searched refs:SOL_IPV6 (Results 1 – 13 of 13) sorted by relevance

/third_party/ltp/testcases/network/lib6/
Dasapi_03.c189 {sizeof(uint32_t), SOL_IPV6, IPV6_TCLASS, {0x12} },
190 {sizeof(uint32_t), SOL_IPV6, IPV6_HOPLIMIT, {0x21} },
263 if (setsockopt(sr, SOL_IPV6, psoe->so_opt, &psoe->so_clrval, in so_test()
269 TEST(setsockopt(sr, SOL_IPV6, psoe->so_opt, &psoe->so_setval, in so_test()
278 TEST(getsockopt(sr, SOL_IPV6, psoe->so_opt, &sobuf, &valsize)); in so_test()
352 gotone = pcmsg->cmsg_level == SOL_IPV6 && in so_test()
/third_party/toybox/toys/pending/
Dtraceroute.c72 #ifndef SOL_IPV6
73 # define SOL_IPV6 IPPROTO_IPV6 macro
151 if (setsockopt(TT.snd_sock, SOL_IPV6, IPV6_UNICAST_HOPS, &ttl, in send_probe6()
515 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_RECVPKTINFO, &set, in traceroute_main()
517 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_2292PKTINFO, &set, in traceroute_main()
520 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_PKTINFO, &set, sizeof(set)); in traceroute_main()
/third_party/ltp/testcases/kernel/syscalls/connect/
Dconnect02.c90 TEST(setsockopt(fd, SOL_IPV6, IPV6_ADDRFORM, &optval, in run()
/third_party/musl/ndk_musl_include/sys/
Dsocket.h302 #define SOL_IPV6 41 macro
/third_party/musl/include/sys/
Dsocket.h298 #define SOL_IPV6 41 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dsocket.h298 #define SOL_IPV6 41 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h298 #define SOL_IPV6 41 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dsocket.h287 #define SOL_IPV6 41 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h302 #define SOL_IPV6 41 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dsocket.h298 #define SOL_IPV6 41 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h298 #define SOL_IPV6 41 macro
/third_party/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1069 return (cmsg.cmsg_level == SOL_IPV6 && cmsg.cmsg_type == IPV6_RECVERR) || in CmsgIsIpLevel()
1112 if (!(next_cmsg->cmsg_level == SOL_IP || next_cmsg->cmsg_level == SOL_IPV6) || in process_timestamp()
/third_party/curl/lib/
Dconnect.c1631 (void)setsockopt(*sockfd, SOL_IPV6, IPV6_RECVERR, &one, sizeof(one)); in Curl_socket()