| /freebsd-13-stable/crypto/openssl/crypto/bio/ |
| HD | b_sock2.c | 111 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in BIO_connect() 250 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in BIO_listen()
|
| HD | b_sock.c | 280 # if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay() 291 ret = setsockopt(s, opt, TCP_NODELAY, (char *)&on, sizeof(on)); in BIO_set_tcp_ndelay()
|
| /freebsd-13-stable/contrib/apr/network_io/unix/ |
| HD | sockopt.c | 227 #if defined(TCP_NODELAY) in apr_socket_opt_set() 230 int optname = TCP_NODELAY; in apr_socket_opt_set() 266 int optname = TCP_NODELAY; in apr_socket_opt_set()
|
| /freebsd-13-stable/crypto/openssl/doc/man3/ |
| HD | SSL_connect.pod | 47 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>
|
| HD | BIO_connect.pod | 62 Corresponds to B<TCP_NODELAY>, and disables the Nagle algorithm. With
|
| /freebsd-13-stable/sbin/dump/ |
| HD | dumprmt.c | 179 if (setsockopt(rmtape, IPPROTO_TCP, TCP_NODELAY, &on, sizeof (on)) < 0) in rmtgetconn()
|
| /freebsd-13-stable/sys/netinet/ |
| HD | tcp.h | 170 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
|
| HD | tcp_usrreq.c | 1982 case TCP_NODELAY: in tcp_default_ctloutput() 1992 case TCP_NODELAY: in tcp_default_ctloutput() 2393 case TCP_NODELAY: in tcp_default_ctloutput()
|
| /freebsd-13-stable/tools/tools/netrate/tcpp/ |
| HD | tcpp_server.c | 244 if (setsockopt(listen_sock, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) in tcpp_server_worker()
|
| HD | tcpp_client.c | 108 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) < 0) in tcpp_client_newconn()
|
| /freebsd-13-stable/sbin/ggate/shared/ |
| HD | ggate.c | 284 if (setsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &on, in g_gate_socket_settings()
|
| /freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/ |
| HD | TCPSocket.cpp | 321 return SetOption(IPPROTO_TCP, TCP_NODELAY, 1); in SetOptionNoDelay()
|
| /freebsd-13-stable/lib/libc/rpc/ |
| HD | clnt_generic.c | 381 _setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &one, in clnt_tli_create()
|
| HD | svc_vc.c | 328 _setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &len, sizeof (len)); in rendezvous_request()
|
| /freebsd-13-stable/contrib/ofed/librdmacm/examples/ |
| HD | rstream.c | 296 rs_setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val)); in set_options()
|
| HD | riostream.c | 336 rsetsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val)); in set_options()
|
| /freebsd-13-stable/contrib/ofed/librdmacm/ |
| HD | preload.c | 467 ret = sapi->getsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, ¶m, &len); in copysockopts() 469 ret = dapi->setsockopt(dfd, IPPROTO_TCP, TCP_NODELAY, ¶m, len); in copysockopts()
|
| /freebsd-13-stable/sbin/hastd/ |
| HD | proto_tcp.c | 225 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new()
|
| /freebsd-13-stable/sbin/iscontrol/ |
| HD | fsm.c | 166 if(setsockopt(sess->soc, IPPROTO_TCP, TCP_NODELAY, &val, sizeof(val)) < 0) in tcpConnect()
|
| /freebsd-13-stable/crypto/heimdal/appl/push/ |
| HD | push.c | 130 if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, in do_connect()
|
| /freebsd-13-stable/sys/netsmb/ |
| HD | smb_trantcp.c | 164 nb_setsockopt_int(so, IPPROTO_TCP, TCP_NODELAY, 1); in nb_connect_in()
|
| /freebsd-13-stable/contrib/openbsm/bin/auditdistd/ |
| HD | proto_tcp.c | 231 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new()
|
| /freebsd-13-stable/contrib/apr/include/ |
| HD | apr.hnw | 229 /* Is the TCP_NODELAY socket option inherited from listening sockets?
|
| /freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_main.c | 1675 case TCP_NODELAY: in sdp_ctloutput() 1701 case TCP_NODELAY: in sdp_ctloutput()
|
| /freebsd-13-stable/sys/rpc/ |
| HD | svc_vc.c | 234 opt.sopt_name = TCP_NODELAY; in svc_vc_create_conn()
|