Home
last modified time | relevance | path

Searched refs:TCP_SYNCNT (Results 1 - 23 of 23) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c104 #ifdef TCP_SYNCNT in lws_plat_set_socket_options()
106 if (setsockopt(fd, IPPROTO_TCP, TCP_SYNCNT, &max_retry, sizeof(max_retry)) < 0) { in lws_plat_set_socket_options()
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dtcp.h12 #define TCP_SYNCNT 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dtcp.h12 #define TCP_SYNCNT 7 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dtcp.h12 #define TCP_SYNCNT 7 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dtcp.h12 #define TCP_SYNCNT 7 macro
/third_party/musl/include/netinet/
H A Dtcp.h12 #define TCP_SYNCNT 7 macro
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs981 pub const TCP_SYNCNT: ::c_int = 7; consts
/third_party/python/Modules/
H A Dsocketmodule.c8324 #ifdef TCP_SYNCNT
8325 PyModule_AddIntMacro(m, TCP_SYNCNT);
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1627 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs1806 pub const TCP_SYNCNT: ::c_int = 7; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1627 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1619 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1640 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1632 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1634 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1624 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1615 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1868 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1622 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/sparc64/
H A Dgeneral.rs1876 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs1623 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/x86/
H A Dgeneral.rs1616 pub const TCP_SYNCNT: u32 = 7; consts
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs1623 pub const TCP_SYNCNT: u32 = 7; consts

Completed in 225 milliseconds