/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock2.c | 113 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in BIO_connect() 267 if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, in BIO_listen()
|
H A D | bio_sock.c | 296 # 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 D | 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>
|
H A D | BIO_connect.pod | 62 Corresponds to B<TCP_NODELAY>, and disables the Nagle algorithm. With
|
/freebsd/tools/tools/so_splice/ |
H A D | pingpong.c | 125 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &(int){1}, sizeof(int)) == in main()
|
H A D | proxy.c | 164 if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &(int){1}, sizeof(int)) == in nodelay()
|
/freebsd/sbin/dump/ |
H A D | dumprmt.c | 173 if (setsockopt(rmtape, IPPROTO_TCP, TCP_NODELAY, &on, sizeof (on)) < 0) in rmtgetconn()
|
/freebsd/tools/tools/netrate/tcpp/ |
H A D | tcpp_server.c | 244 if (setsockopt(listen_sock, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) in tcpp_server_worker()
|
H A D | tcpp_client.c | 108 if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &i, sizeof(i)) < 0) in tcpp_client_newconn()
|
/freebsd/sbin/ggate/shared/ |
H A D | ggate.c | 284 if (setsockopt(sfd, IPPROTO_TCP, TCP_NODELAY, &on, in g_gate_socket_settings()
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | TCPSocket.cpp | 321 return SetOption(IPPROTO_TCP, TCP_NODELAY, 1); in SetOptionNoDelay()
|
/freebsd/sys/netinet/ |
H A D | tcp.h | 183 #define TCP_NODELAY 1 /* don't delay send to coalesce packets */ macro
|
H A D | tcp_usrreq.c | 2099 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 D | clnt_generic.c | 374 _setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &one, in clnt_tli_create()
|
H A D | svc_vc.c | 323 _setsockopt(sock, IPPROTO_TCP, TCP_NODELAY, &len, sizeof (len)); in rendezvous_request()
|
/freebsd/usr.sbin/tcpsso/ |
H A D | tcpsso.c | 185 tcp_entry(TCP_NODELAY), /* int */
|
/freebsd/tests/sys/kern/ |
H A D | socket_splice.c | 76 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 D | riostream.c | 336 rsetsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val)); in set_options()
|
H A D | rstream.c | 296 rs_setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, (void *) &val, sizeof(val)); in set_options()
|
/freebsd/contrib/ofed/librdmacm/ |
H A D | 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/sbin/hastd/ |
H A D | proto_tcp.c | 224 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new()
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | proto_tcp.c | 231 if (setsockopt(tctx->tc_fd, IPPROTO_TCP, TCP_NODELAY, &nodelay, in tcp_setup_new()
|
/freebsd/crypto/heimdal/appl/push/ |
H A D | push.c | 130 if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, in do_connect()
|
/freebsd/sys/netsmb/ |
H A D | smb_trantcp.c | 163 nb_setsockopt_int(so, IPPROTO_TCP, TCP_NODELAY, 1); in nb_connect_in()
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 1635 case TCP_NODELAY: in sdp_ctloutput() 1661 case TCP_NODELAY: in sdp_ctloutput()
|