Home
last modified time | relevance | path

Searched refs:BIO_SOCK_NODELAY (Results 1 – 5 of 5) sorted by relevance

/third_party/openssl/crypto/bio/
Db_sock2.c98 if (options & BIO_SOCK_NODELAY) { in BIO_connect()
237 if (options & BIO_SOCK_NODELAY) { in BIO_listen()
/third_party/openssl/doc/man3/
DBIO_connect.pod31 B<BIO_SOCK_KEEPALIVE>, B<BIO_SOCK_NONBLOCK> and B<BIO_SOCK_NODELAY>.
37 B<BIO_SOCK_NODELAY>, B<BIO_SOCK_REUSEADDR> and B<BIO_SOCK_V6_ONLY>.
60 =item BIO_SOCK_NODELAY
/third_party/openssl/apps/
Ds_socket.c150 BIO_ADDRINFO_protocol(ai) == IPPROTO_TCP ? BIO_SOCK_NODELAY : 0)) { in init_client()
Ds_time.c366 BIO_set_conn_mode(conn, BIO_SOCK_NODELAY); in doConnection()
/third_party/openssl/include/openssl/
Dbio.h705 # define BIO_SOCK_NODELAY 0x10 macro