Home
last modified time | relevance | path

Searched refs:SOL_TCP (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbio_sock.c337 #if defined(TCP_NODELAY) && (defined(IPPROTO_TCP) || defined(SOL_TCP)) in BIO_set_tcp_ndelay()
340 #ifdef SOL_TCP in BIO_set_tcp_ndelay()
341 opt = SOL_TCP; in BIO_set_tcp_ndelay()
/freebsd/crypto/openssl/include/internal/
H A Dktls.h296 return setsockopt(fd, SOL_TCP, TCP_ULP, "tls", sizeof("tls")) ? 0 : 1; in ktls_enable()