/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | in.h | 324 #define IPV6_CHECKSUM 7 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | in.h | 322 #define IPV6_CHECKSUM 7 macro
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | in.h | 322 #define IPV6_CHECKSUM 7 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/ |
H A D | in.h | 325 #define IPV6_CHECKSUM 7 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | in.h | 322 #define IPV6_CHECKSUM 7 macro
|
/third_party/musl/include/netinet/ |
H A D | in.h | 324 #define IPV6_CHECKSUM 7 macro
|
/third_party/ltp/testcases/network/lib6/ |
H A D | asapi_01.c | 261 TEST(setsockopt(sd, IPPROTO_IPV6, IPV6_CHECKSUM, &offset, in client() 265 "IPV6_CHECKSUM offset %d len %d " in client() 271 tst_resm(TPASS, "IPV6_CHECKSUM offset %d len %d", in client() 276 tst_resm(TFAIL, "IPV6_CHECKSUM offset %d len %d " in client() 287 "IPV6_CHECKSUM offset %d len %d " in client() 293 tst_resm(TFAIL, "IPV6_CHECKSUM offset %d len %d " in client() 299 tst_resm(TPASS, "IPV6_CHECKSUM offset %d len %d", in client() 314 tst_resm(TFAIL, "IPV6_CHECKSUM corrupt data " in client() 327 tst_resm(TFAIL, "IPV6_CHECKSUM offset %d len %d (bad " in client() 331 tst_resm(TPASS, "IPV6_CHECKSUM offse in client() [all...] |
/third_party/lwip/src/include/lwip/ |
H A D | sockets.h | 290 #define IPV6_CHECKSUM 7 /* RFC3542: calculate and insert the ICMPv6 checksum for raw sockets. */ macro
|
/third_party/toybox/toys/pending/ |
H A D | traceroute.c | 522 if (setsockopt(TT.recv_sock, SOL_RAW, IPV6_CHECKSUM, &two, in traceroute_main()
|
H A D | dhcpd.c | 784 setsockopt(gstate.listensock, IPPROTO_IPV6, IPV6_CHECKSUM, &constone, sizeof(constone)); in open_listensock6()
|
/third_party/lwip/src/api/ |
H A D | sockets.c | 3253 case IPV6_CHECKSUM: 3260 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_getsockopt(%d, IPPROTO_RAW, IPV6_CHECKSUM) = %d\n", 3786 case IPV6_CHECKSUM: 3805 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_setsockopt(%d, IPPROTO_RAW, IPV6_CHECKSUM, ..) -> %d\n",
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 975 pub const IPV6_CHECKSUM: ::c_int = 26; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 917 pub const IPV6_CHECKSUM: ::c_int = 7; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 8240 #ifdef IPV6_CHECKSUM 8241 PyModule_AddIntMacro(m, IPV6_CHECKSUM);
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1142 pub const IPV6_CHECKSUM: ::c_int = 26; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 801 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 806 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 806 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 813 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 810 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 813 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 810 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 800 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
H A D | general.rs | 1021 pub const IPV6_CHECKSUM: u32 = 7; consts
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
H A D | general.rs | 801 pub const IPV6_CHECKSUM: u32 = 7; consts
|