Home
last modified time | relevance | path

Searched refs:IPV6_CHECKSUM (Results 1 - 25 of 30) sorted by relevance

12

/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h324 #define IPV6_CHECKSUM 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h322 #define IPV6_CHECKSUM 7 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h322 #define IPV6_CHECKSUM 7 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h325 #define IPV6_CHECKSUM 7 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h322 #define IPV6_CHECKSUM 7 macro
/third_party/musl/include/netinet/
H A Din.h324 #define IPV6_CHECKSUM 7 macro
/third_party/ltp/testcases/network/lib6/
H A Dasapi_01.c261 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 Dsockets.h290 #define IPV6_CHECKSUM 7 /* RFC3542: calculate and insert the ICMPv6 checksum for raw sockets. */ macro
/third_party/toybox/toys/pending/
H A Dtraceroute.c522 if (setsockopt(TT.recv_sock, SOL_RAW, IPV6_CHECKSUM, &two, in traceroute_main()
H A Ddhcpd.c784 setsockopt(gstate.listensock, IPPROTO_IPV6, IPV6_CHECKSUM, &constone, sizeof(constone)); in open_listensock6()
/third_party/lwip/src/api/
H A Dsockets.c3253 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 Dmod.rs975 pub const IPV6_CHECKSUM: ::c_int = 26; consts
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs917 pub const IPV6_CHECKSUM: ::c_int = 7; consts
/third_party/python/Modules/
H A Dsocketmodule.c8240 #ifdef IPV6_CHECKSUM
8241 PyModule_AddIntMacro(m, IPV6_CHECKSUM);
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1142 pub const IPV6_CHECKSUM: ::c_int = 26; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs801 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs806 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs806 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs813 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs810 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs813 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs810 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs800 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1021 pub const IPV6_CHECKSUM: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs801 pub const IPV6_CHECKSUM: u32 = 7; consts

Completed in 167 milliseconds

12