Searched refs:TCP_NODELAY (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.9.5/apache-786.1/httpd/test/
H A Dtest-writev.c82 if( setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (char*)&just_say_no,
84 perror( "TCP_NODELAY" );
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dvstream_tweak.c96 * Forcing TCP_NODELAY to be "always on" would hurt performance in the
133 * Workaround for older Postfix versions: turn on TCP_NODELAY if the
140 if ((err = setsockopt(vstream_fileno(fp), IPPROTO_TCP, TCP_NODELAY,
143 msg_warn("%s: setsockopt TCP_NODELAY: %m", myname);
/macosx-10.9.5/xnu-2422.115.4/tools/tests/libMicro/
H A Dsetsockopt.c55 (void) sprintf(lm_usage, "setsockopt(TCP_NODELAY)\n");
91 if (setsockopt(ts->ts_fd, IPPROTO_TCP, TCP_NODELAY,
H A Dpipe.c423 if (setsockopt(ts->ts_out, IPPROTO_TCP, TCP_NODELAY,
428 if (setsockopt(ts->ts_out2, IPPROTO_TCP, TCP_NODELAY,
/macosx-10.9.5/apr-30/apr/apr/network_io/unix/
H A Dsockopt.c215 #if defined(TCP_NODELAY)
218 int optname = TCP_NODELAY;
232 /* BeOS pre-BONE has TCP_NODELAY set by default.
246 /* TCP_NODELAY and TCP_CORK are mutually exclusive on Linux
249 * behaviour. On older kernels, TCP_NODELAY must be toggled
254 int optname = TCP_NODELAY;
264 /* Now toggle TCP_NODELAY to off, if TCP_CORK is being
287 * TCP_NODELAY back on again if it was earlier toggled
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/unix/
H A Dsockopt.c215 #if defined(TCP_NODELAY)
218 int optname = TCP_NODELAY;
232 /* BeOS pre-BONE has TCP_NODELAY set by default.
246 /* TCP_NODELAY and TCP_CORK are mutually exclusive on Linux
249 * behaviour. On older kernels, TCP_NODELAY must be toggled
254 int optname = TCP_NODELAY;
264 /* Now toggle TCP_NODELAY to off, if TCP_CORK is being
287 * TCP_NODELAY back on again if it was earlier toggled
/macosx-10.9.5/apache-786.1/httpd/include/
H A Dmpm_common.h43 #include <netinet/tcp.h> /* for TCP_NODELAY */
184 #if defined(TCP_NODELAY) && !defined(MPE) && !defined(TPF)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/os2/
H A Dsockopt.c86 if (setsockopt(sock->socketdes, IPPROTO_TCP, TCP_NODELAY, (void *)&on, sizeof(int)) == -1) {
/macosx-10.9.5/apr-30/apr/apr/network_io/os2/
H A Dsockopt.c86 if (setsockopt(sock->socketdes, IPPROTO_TCP, TCP_NODELAY, (void *)&on, sizeof(int)) == -1) {
/macosx-10.9.5/Heimdal-323.92.1/appl/kx/
H A Dkx.c299 #if defined(TCP_NODELAY) && defined(HAVE_SETSOCKOPT)
303 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, (void *)&one,
509 #if defined(TCP_NODELAY) && defined(HAVE_SETSOCKOPT)
513 setsockopt (s, IPPROTO_TCP, TCP_NODELAY, (void *)&one,
H A Dcommon.c173 #if defined(TCP_NODELAY) && defined(HAVE_SETSOCKOPT)
174 setsockopt (fd, IPPROTO_TCP, TCP_NODELAY, (void *)&one,
H A Dkxd.c324 #if defined(TCP_NODELAY) && defined(HAVE_SETSOCKOPT)
327 setsockopt (sock, IPPROTO_TCP, TCP_NODELAY, (void *)&one, sizeof(one));
/macosx-10.9.5/curl-78.94.1/curl/tests/server/
H A Dsws.c44 #include <netinet/tcp.h> /* for TCP_NODELAY */
1258 #ifdef TCP_NODELAY
1290 #ifdef TCP_NODELAY
1293 if(0 != setsockopt(serverfd, IPPROTO_TCP, TCP_NODELAY,
1295 logmsg("====> TCP_NODELAY for server conection failed");
1297 logmsg("TCP_NODELAY set for server conection");
1380 #ifdef TCP_NODELAY
1495 #ifdef TCP_NODELAY
1498 if(0 != setsockopt(datafd, IPPROTO_TCP, TCP_NODELAY,
1500 logmsg("====> TCP_NODELAY fo
[all...]
H A Drtspd.c43 #include <netinet/tcp.h> /* for TCP_NODELAY */
1373 #ifdef TCP_NODELAY
1379 if (setsockopt(msgsock, IPPROTO_TCP, TCP_NODELAY,
1381 logmsg("====> TCP_NODELAY failed");
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/network_io/win32/
H A Dsockopt.c191 int optname = TCP_NODELAY;
/macosx-10.9.5/apr-30/apr/apr/network_io/win32/
H A Dsockopt.c191 int optname = TCP_NODELAY;
/macosx-10.9.5/xnu-2422.115.4/bsd/netinet/
H A Dtcp.h190 #define TCP_NODELAY 0x01 /* don't delay send to coalesce packets */ macro
H A Dmptcp_usrreq.c1589 case TCP_NODELAY:
1696 case TCP_NODELAY:
1749 case TCP_NODELAY:
H A Dtcp_usrreq.c1688 case TCP_NODELAY:
1697 case TCP_NODELAY:
2014 case TCP_NODELAY:
/macosx-10.9.5/rsync-42/rsync/
H A Dsocket.c572 #ifdef TCP_NODELAY
573 {"TCP_NODELAY", IPPROTO_TCP, TCP_NODELAY, 0, OPT_BOOL},
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dos-ip.c134 #if defined( SO_KEEPALIVE ) || defined( TCP_NODELAY )
197 #ifdef TCP_NODELAY
198 if ( setsockopt( s, IPPROTO_TCP, TCP_NODELAY,
202 "setsockopt(%d, TCP_NODELAY) failed (ignored).\n",
205 #endif /* TCP_NODELAY */
207 #endif /* SO_KEEPALIVE || TCP_NODELAY */
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmisc.c143 if (getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, &optlen) == -1) {
144 debug("getsockopt TCP_NODELAY: %.100s", strerror(errno));
148 debug2("fd %d is TCP_NODELAY", fd);
152 debug2("fd %d setting TCP_NODELAY", fd);
153 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, sizeof opt) == -1)
154 error("setsockopt TCP_NODELAY: %.100s", strerror(errno));
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dconnect.c32 #include <netinet/tcp.h> /* for TCP_NODELAY */
834 #ifdef TCP_NODELAY
852 if(setsockopt(sockfd, level, TCP_NODELAY, (void *)&onoff,
854 infof(data, "Could not set TCP_NODELAY: %s\n",
857 infof(data,"TCP_NODELAY set\n");
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Doption.c842 # if defined(TCP_NODELAY) /* POSIX */
843 case TCP_NODELAY: inspected = inspect_int(level, optname, data, ret); break;
/macosx-10.9.5/Heimdal-323.92.1/appl/push/
H A Dpush.c130 if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY,
132 err (1, "setsockopt TCP_NODELAY");

Completed in 166 milliseconds

12