Home
last modified time | relevance | path

Searched refs:TCP_NODELAY (Results 1 – 25 of 41) sorted by relevance

12

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock2.c113 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in BIO_connect()
267 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in BIO_listen()
H A Dbio_sock.c296 # if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay()
307 ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on)); in BIO_set_tcp_ndelay()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_connect.pod47 The B<TCP_NODELAY> socket option is often available to disable Nagle's
50 function BIO_set_tcp_ndelay() can be used to turn on or off the B<TCP_NODELAY>
H A DBIO_connect.pod62 Corresponds to B<TCP_NODELAY>, and disables the Nagle algorithm. With
/freebsd/tools/tools/so_splice/
H A Dpingpong.c125 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &(int){1}, sizeof(int)) == in main()
H A Dproxy.c164 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &(int){1}, sizeof(int)) == in nodelay()
/freebsd/sbin/dump/
H A Ddumprmt.c173 if (setsockopt(rmtape, IPPROTO_TCP, TCP_NODELAY, &on, sizeof (on)) < 0) in rmtgetconn()
/freebsd/tools/tools/netrate/tcpp/
H A Dtcpp_server.c244 if (setsockopt(listen_sock, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) in tcpp_server_worker()
H A Dtcpp_client.c108 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) < 0) in tcpp_client_newconn()
/freebsd/sbin/ggate/shared/
H A Dggate.c284 if (setsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &on, in g_gate_socket_settings()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp321 return SetOption(IPPROTO_TCP, TCP_NODELAY, 1); in SetOptionNoDelay()
/freebsd/sys/netinet/
H A Dtcp.h183 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
H A Dtcp_usrreq.c2099 case TCP_NODELAY: in tcp_default_ctloutput()
2109 case TCP_NODELAY: in tcp_default_ctloutput()
2486 case TCP_NODELAY: in tcp_default_ctloutput()
/freebsd/lib/libc/rpc/
H A Dclnt_generic.c374 _setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &one, in clnt_tli_create()
H A Dsvc_vc.c323 _setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &len, sizeof (len)); in rendezvous_request()
/freebsd/usr.sbin/tcpsso/
H A Dtcpsso.c185 tcp_entry(TCP_NODELAY), /* int */
/freebsd/tests/sys/kern/
H A Dsocket_splice.c76 error = setsockopt(sd[0], IPPROTO_TCP, TCP_NODELAY, &(int){ 1 }, in tcp_socketpair()
79 error = setsockopt(sd[1], IPPROTO_TCP, TCP_NODELAY, &(int){ 1 }, in tcp_socketpair()
/freebsd/contrib/ofed/librdmacm/examples/
H A Driostream.c336 rsetsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val)); in set_options()
H A Drstream.c296 rs_setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val)); in set_options()
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c467 ret = sapi->getsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &param, &len); in copysockopts()
469 ret = dapi->setsockopt(dfd, IPPROTO_TCP, TCP_NODELAY, &param, len); in copysockopts()
/freebsd/sbin/hastd/
H A Dproto_tcp.c224 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new()
/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_tcp.c231 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new()
/freebsd/crypto/heimdal/appl/push/
H A Dpush.c130 if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, in do_connect()
/freebsd/sys/netsmb/
H A Dsmb_trantcp.c163 nb_setsockopt_int(so, IPPROTO_TCP, TCP_NODELAY, 1); in nb_connect_in()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1635 case TCP_NODELAY: in sdp_ctloutput()
1661 case TCP_NODELAY: in sdp_ctloutput()

12