Home
last modified time | relevance | path

Searched refs:TCP_INFO (Results 1 - 25 of 26) sorted by relevance

12

/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h16 #define TCP_INFO 11 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h16 #define TCP_INFO 11 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h16 #define TCP_INFO 11 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h16 #define TCP_INFO 11 macro
/third_party/musl/include/netinet/
H A Dtcp.h16 #define TCP_INFO 11 macro
/third_party/nghttp2/src/
H A Dshrpx_connection.cc1230 #if defined(TCP_INFO) && defined(TCP_NOTSENT_LOWAT) in get_tcp_hint()
1235 rv = getsockopt(fd, IPPROTO_TCP, TCP_INFO, &tcp_info, &tcp_info_len); in get_tcp_hint()
1289 #else // !defined(TCP_INFO) || !defined(TCP_NOTSENT_LOWAT) in get_tcp_hint()
1291 #endif // !defined(TCP_INFO) || !defined(TCP_NOTSENT_LOWAT) in get_tcp_hint()
H A Dshrpx_http2_upstream.cc1115 #if defined(TCP_INFO) && defined(TCP_NOTSENT_LOWAT) in Http2Upstream()
1132 #endif // defined(TCP_INFO) && defined(TCP_NOTSENT_LOWAT) in Http2Upstream()
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs985 pub const TCP_INFO: ::c_int = 11; consts
/third_party/python/Modules/
H A Dsocketmodule.c8336 #ifdef TCP_INFO
8337 PyModule_AddIntMacro(m, TCP_INFO);
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1468 pub const TCP_INFO: ::c_int = 9; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1631 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1810 pub const TCP_INFO: ::c_int = 11; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs2901 pub const TCP_INFO: ::c_int = 32; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1631 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1623 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1644 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1636 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1638 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1628 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1619 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1872 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1626 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1880 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1627 pub const TCP_INFO: u32 = 11; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1620 pub const TCP_INFO: u32 = 11; consts

Completed in 215 milliseconds

12