Searched refs:SOL_IPV6 (Results 1 - 13 of 13) sorted by relevance
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 189 {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/ |
H A D | traceroute.c | 72 #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() 514 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_RECVPKTINFO, &set, in traceroute_main() 516 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_2292PKTINFO, &set, in traceroute_main() 519 setsockopt(TT.recv_sock, SOL_IPV6, IPV6_PKTINFO, &set, sizeof(set)); in traceroute_main()
|
/third_party/ltp/testcases/kernel/syscalls/connect/ |
H A D | connect02.c | 90 TEST(setsockopt(fd, SOL_IPV6, IPV6_ADDRFORM, &optval, in run()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | socket.h | 298 #define SOL_IPV6 41 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | socket.h | 289 #define SOL_IPV6 41 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | socket.h | 298 #define SOL_IPV6 41 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | socket.h | 300 #define SOL_IPV6 41 macro
|
/third_party/musl/porting/linux/user/include/sys/ |
H A D | socket.h | 304 #define SOL_IPV6 41 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | socket.h | 298 #define SOL_IPV6 41 macro
|
/third_party/musl/include/sys/ |
H A D | socket.h | 304 #define SOL_IPV6 41 macro
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 677 libc::SOL_IPV6,
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 679 pub const SOL_IPV6: ::c_int = 41; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1656 pub const SOL_IPV6: ::c_int = 41; consts
|
Completed in 28 milliseconds