Searched refs:TCP_CORK (Results 1 – 14 of 14) sorted by relevance
/external/libmicrohttpd/src/microspdy/ |
D | io_raw.c | 168 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val)); in SPDYF_raw_before_write() 187 ret = setsockopt(session->socket_fd, IPPROTO_TCP, TCP_CORK, &val, (socklen_t)sizeof(val)); in SPDYF_raw_after_write()
|
/external/strace/xlat/ |
D | socktcpoptions.h | 17 #if defined(TCP_CORK) || (defined(HAVE_DECL_TCP_CORK) && HAVE_DECL_TCP_CORK) 18 XLAT(TCP_CORK),
|
D | socktcpoptions.in | 3 TCP_CORK
|
/external/kernel-headers/original/uapi/linux/ |
D | tcp.h | 93 #define TCP_CORK 3 /* Never send partially complete segments */ macro
|
/external/iproute2/include/linux/ |
D | tcp.h | 93 #define TCP_CORK 3 /* Never send partially complete segments */ macro
|
/external/iproute2/include/netinet/ |
D | tcp.h | 42 #define TCP_CORK 3 /* Control sending of partial frames */ macro
|
/external/libmicrohttpd/ |
D | MHD_config.h.in | 36 /* Define to 1 if you have the declaration of `TCP_CORK', and to 0 if you
|
D | configure.ac | 483 # TCP_CORK and TCP_NOPUSH 484 AC_CHECK_DECLS([TCP_CORK, TCP_NOPUSH], [], [], [[#include <netinet/tcp.h>]])
|
D | ChangeLog | 1395 Unset TCP_CORK at the end of transmitting a response
|
/external/netperf/src/ |
D | nettest_bsd.c | 208 #ifdef TCP_CORK 1350 #if defined(TCP_CORK) in create_data_socket() 1356 TCP_CORK, in create_data_socket() 4265 #if defined(TCP_CORK) 4272 TCP_CORK, 13006 #ifdef TCP_CORK in scan_sockets_args()
|
D | nettest_omni.c | 7072 #ifdef TCP_CORK in scan_omni_args()
|
/external/libmicrohttpd/src/microhttpd/ |
D | connection.c | 2484 setsockopt (connection->socket_fd, IPPROTO_TCP, TCP_CORK, &val, 2566 setsockopt (connection->socket_fd, IPPROTO_TCP, TCP_CORK, &val,
|
/external/netperf/doc/ |
D | netperf.texi | 1589 This option will set TCP_CORK mode on the data connection on those 1590 systems where TCP_CORK is defined (typically Linux). A full 1591 description of TCP_CORK is beyond the scope of this manual, but in a 1596 TCP_CORK may improve the bitrate of tests where the ``send size'' 1600 The Linux tcp(7) manpage states that TCP_CORK cannot be used in 3772 Indicates whether or not TCP_CORK was set on the data socket used by
|
D | netperf.info | 1478 This option will set TCP_CORK mode on the data connection on those 1479 systems where TCP_CORK is defined (typically Linux). A full 1480 description of TCP_CORK is beyond the scope of this manual, but in 1485 Setting TCP_CORK may improve the bitrate of tests where the "send 1489 The Linux tcp(7) manpage states that TCP_CORK cannot be used in 3713 Indicates whether or not TCP_CORK was set on the data socket used
|