Home
last modified time | relevance | path

Searched refs:BIO_set_tcp_ndelay (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssl/ssl/rio/
H A Drio_notifier.c206 if (!BIO_set_tcp_ndelay(wfd, 1)) { in ossl_rio_notifier_init()
317 if (domain == AF_INET && !BIO_set_tcp_ndelay(fds[1], 1)) { in ossl_rio_notifier_init()
/freebsd/crypto/openssl/doc/man3/
H A DSSL_connect.pod50 function BIO_set_tcp_ndelay() can be used to turn on or off the B<TCP_NODELAY>
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c331 int BIO_set_tcp_ndelay(int s, int on) in BIO_set_tcp_ndelay() function
/freebsd/crypto/openssl/apps/lib/
H A Ds_socket.c428 BIO_set_tcp_ndelay(sock, 1); in do_server()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt212 BIO_set_tcp_ndelay(3)
H A Dmissingcrypto111.txt239 BIO_set_tcp_ndelay(3)
H A Dlibcrypto.num3622 BIO_set_tcp_ndelay 3705 3_0_0 EXIST::FUNCTION:SOCK
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h881 int BIO_set_tcp_ndelay(int sock, int turn_on);
H A Dbio.h.in858 int BIO_set_tcp_ndelay(int sock, int turn_on);
/freebsd/secure/lib/libcrypto/
H A DVersion.map388 BIO_set_tcp_ndelay;