/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_03.c | 89 #ifndef IPV6_TCLASS 90 #define IPV6_TCLASS -1 macro 146 {"IPV6_RECVTCLASS", IPV6_RECVTCLASS, 1, IPV6_TCLASS, 1, 149 {"IPV6_RECVTCLASS (2)", IPV6_RECVHOPLIMIT, 1, IPV6_TCLASS, 0, 189 {sizeof(uint32_t), SOL_IPV6, IPV6_TCLASS, {0x12} },
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 362 #define IPV6_TCLASS 67 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 360 #define IPV6_TCLASS 67 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 360 #define IPV6_TCLASS 67 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 363 #define IPV6_TCLASS 67 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 360 #define IPV6_TCLASS 67 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 362 #define IPV6_TCLASS 67 macro
|
/third_party/nghttp2/src/ |
H A D | shrpx_quic.cc | 141 cm->cmsg_type = IPV6_TCLASS; in quic_send_packet()
|
H A D | util.cc | 1773 if (cmsg->cmsg_level == IPPROTO_IPV6 && cmsg->cmsg_type == IPV6_TCLASS && in msghdr_get_ecn()
|
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 571 } else if (setsockopt(TT.snd_sock, IPPROTO_IPV6, IPV6_TCLASS, &TT.tos, in traceroute_main() 572 sizeof(TT.tos)) < 0) perror_exit("IPV6_TCLASS %ld failed ", TT.tos); in traceroute_main()
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/ |
H A D | mod.rs | 498 pub const IPV6_TCLASS: ::c_int = 61; consts
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 412 libc::IPV6_TCLASS,
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 995 'IPV6_TCLASS', 3927 tcdata = ancmap[(socket.IPPROTO_IPV6, socket.IPV6_TCLASS)] 3942 "IPV6_RECVTCLASS", "IPV6_TCLASS") 3953 "IPV6_RECVTCLASS", "IPV6_TCLASS") 3967 "IPV6_RECVTCLASS", "IPV6_TCLASS") 3979 [(socket.IPPROTO_IPV6, socket.IPV6_TCLASS, 3987 "IPV6_RECVTCLASS", "IPV6_TCLASS") 4001 [(socket.IPPROTO_IPV6, socket.IPV6_TCLASS, 4009 [(socket.IPPROTO_IPV6, socket.IPV6_TCLASS, 4145 self.assertIn(cmsg_type, {socket.IPV6_TCLASS, socke [all...] |
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 980 pub const IPV6_TCLASS: ::c_int = 61; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 952 pub const IPV6_TCLASS: ::c_int = 67; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 8294 #ifdef IPV6_TCLASS 8295 PyModule_AddIntMacro(m, IPV6_TCLASS);
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1159 pub const IPV6_TCLASS: ::c_int = 61; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 848 pub const IPV6_TCLASS: u32 = 67; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1798 pub const IPV6_TCLASS: ::c_int = 67; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 853 pub const IPV6_TCLASS: u32 = 67; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 853 pub const IPV6_TCLASS: u32 = 67; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 860 pub const IPV6_TCLASS: u32 = 67; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 857 pub const IPV6_TCLASS: u32 = 67; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 860 pub const IPV6_TCLASS: u32 = 67; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 857 pub const IPV6_TCLASS: u32 = 67; consts
|