Home
last modified time | relevance | path

Searched refs:TCP_MAXSEG (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/network/
Dgetsockopt_network.c21 #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/liteos_a/kernel/include/netinet/
Dtcp.h7 #define TCP_MAXSEG 2 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dtcp.h7 #define TCP_MAXSEG 2 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dtcp.h7 #define TCP_MAXSEG 2 macro
/third_party/musl/ndk_musl_include/netinet/
Dtcp.h7 #define TCP_MAXSEG 2 macro
/third_party/musl/include/netinet/
Dtcp.h7 #define TCP_MAXSEG 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dtcp.h7 #define TCP_MAXSEG 2 macro
/third_party/ffmpeg/libavformat/
Dtcp.c95 if (setsockopt (fd, IPPROTO_TCP, TCP_MAXSEG, &s->tcp_mss, sizeof (s->tcp_mss))) { in customize_fd()
/third_party/python/Modules/
Dsocketmodule.c8150 #ifdef TCP_MAXSEG
8151 PyModule_AddIntMacro(m, TCP_MAXSEG);