/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | getsockopt_network.c | 21 #define TCP_MAXSEG 2 macro 330 int content = getsockopt(sockfd, IPPROTO_IP, TCP_MAXSEG, &optval, (socklen_t *)(&optlen)); in getsockopt_2200()
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
H A D | tcp.h | 7 #define TCP_MAXSEG 2 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
H A D | tcp.h | 7 #define TCP_MAXSEG 2 macro
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
H A D | tcp.h | 7 #define TCP_MAXSEG 2 macro
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
H A D | tcp.h | 7 #define TCP_MAXSEG 2 macro
|
/third_party/musl/include/netinet/ |
H A D | tcp.h | 7 #define TCP_MAXSEG 2 macro
|
/third_party/ffmpeg/libavformat/ |
H A D | tcp.c | 95 if (setsockopt (fd, IPPROTO_TCP, TCP_MAXSEG, &s->tcp_mss, sizeof (s->tcp_mss))) { in customize_fd() 96 ff_log_net_error(ctx, AV_LOG_WARNING, "setsockopt(TCP_MAXSEG)"); in customize_fd()
|
/third_party/rust/crates/nix/src/sys/socket/ |
H A D | sockopt.rs | 541 TcpMaxSeg, Both, libc::IPPROTO_TCP, libc::TCP_MAXSEG, u32); 545 TcpMaxSeg, GetOnly, libc::IPPROTO_TCP, libc::TCP_MAXSEG, u32);
|
/third_party/rust/crates/libc/src/unix/newlib/ |
H A D | mod.rs | 522 pub const TCP_MAXSEG: ::c_int = 8194; consts
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 456 pub const TCP_MAXSEG: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 849 pub const TCP_MAXSEG: ::c_int = 2; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/ |
H A D | mod.rs | 976 pub const TCP_MAXSEG: ::c_int = 2; consts
|
/third_party/python/Modules/ |
H A D | socketmodule.c | 8305 #ifdef TCP_MAXSEG 8306 PyModule_AddIntMacro(m, TCP_MAXSEG);
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | mod.rs | 1020 pub const TCP_MAXSEG: ::c_int = 0x02; consts
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 1163 pub const TCP_MAXSEG: ::c_int = 0x02; consts
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 1790 pub const TCP_MAXSEG: ::c_int = 0x2; consts
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 1622 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 1801 pub const TCP_MAXSEG: ::c_int = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 1622 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 1614 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 1635 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 1627 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
H A D | general.rs | 1629 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
H A D | general.rs | 1619 pub const TCP_MAXSEG: u32 = 2; consts
|
/third_party/rust/crates/linux-raw-sys/src/arm/ |
H A D | general.rs | 1610 pub const TCP_MAXSEG: u32 = 2; consts
|