Symbol: TCP_NODELAY
bin/mt/mtrmt.c
144
if (setsockopt(rmtape, IPPROTO_TCP, TCP_NODELAY, &on, sizeof (on)) == -1)
lib/libcrypto/bio/b_sock.c
260
return (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on)) == 0);
lib/libsndio/aucat.c
326
if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY, &opt, sizeof(int)) == -1) {
regress/lib/libpthread/dlopen/dlopen.c
420
setsockopt(connect_fd, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
regress/sys/kern/poll/poll_iocond.c
211
if (setsockopt(child_fd, IPPROTO_TCP, TCP_NODELAY,
regress/sys/kern/poll/poll_iocond.c
260
if (setsockopt(parent_fd, IPPROTO_TCP, TCP_NODELAY,
regress/sys/kern/select/select_iocond.c
212
if (setsockopt(child_fd, IPPROTO_TCP, TCP_NODELAY,
regress/sys/kern/select/select_iocond.c
261
if (setsockopt(parent_fd, IPPROTO_TCP, TCP_NODELAY,
regress/sys/kern/sosplice/perf/relay.c
350
if (setsockopt(cs, IPPROTO_TCP, TCP_NODELAY,
sbin/dump/dumprmt.c
157
(void) setsockopt(rmtape, IPPROTO_TCP, TCP_NODELAY, &on, sizeof(on));
sbin/unwind/libunbound/services/listen_dnsport.c
721
|| defined(SO_BINDANY) || defined(TCP_NODELAY)
sbin/unwind/libunbound/services/listen_dnsport.c
764
#if defined(IPPROTO_TCP) && defined(TCP_NODELAY)
sbin/unwind/libunbound/services/listen_dnsport.c
765
if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void*)&on,
sbin/unwind/libunbound/services/outside_network.c
272
|| defined(TCP_NODELAY)
sbin/unwind/libunbound/services/outside_network.c
326
#if defined(IPPROTO_TCP) && defined(TCP_NODELAY)
sbin/unwind/libunbound/services/outside_network.c
327
if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void*)&on,
sys/kern/kern_pledge.c
1390
case TCP_NODELAY:
sys/netinet/tcp_usrreq.c
351
case TCP_NODELAY:
sys/netinet/tcp_usrreq.c
433
case TCP_NODELAY:
sys/nfs/nfs_socket.c
361
sosetopt(so, IPPROTO_TCP, TCP_NODELAY, mopt);
sys/nfs/nfs_syscalls.c
275
sosetopt(so, IPPROTO_TCP, TCP_NODELAY, m);
usr.bin/sndiod/listen.c
275
if (setsockopt(sock, IPPROTO_TCP, TCP_NODELAY,
usr.bin/ssh/misc.c
209
if (getsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, &optlen) == -1) {
usr.bin/ssh/misc.c
219
if (setsockopt(fd, IPPROTO_TCP, TCP_NODELAY, &opt, sizeof opt) == -1)
usr.sbin/bgpd/bgpd.c
1406
if (setsockopt(ce->fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
usr.sbin/bgpd/session.c
914
if (setsockopt(p->fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
usr.sbin/httpd/server.c
716
if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY,
usr.sbin/iscsid/connection.c
103
if (setsockopt(c->fd, IPPROTO_TCP, TCP_NODELAY, &nodelay,
usr.sbin/relayd/relay.c
619
if (setsockopt(s, IPPROTO_TCP, TCP_NODELAY,
usr.sbin/unbound/services/listen_dnsport.c
721
|| defined(SO_BINDANY) || defined(TCP_NODELAY)
usr.sbin/unbound/services/listen_dnsport.c
764
#if defined(IPPROTO_TCP) && defined(TCP_NODELAY)
usr.sbin/unbound/services/listen_dnsport.c
765
if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void*)&on,
usr.sbin/unbound/services/outside_network.c
272
|| defined(TCP_NODELAY)
usr.sbin/unbound/services/outside_network.c
326
#if defined(IPPROTO_TCP) && defined(TCP_NODELAY)
usr.sbin/unbound/services/outside_network.c
327
if(setsockopt(s, IPPROTO_TCP, TCP_NODELAY, (void*)&on,