Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c479 case BIO_CTRL_DGRAM_QUERY_MTU: in dgram_ctrl()
1337 case BIO_CTRL_DGRAM_QUERY_MTU: in dgram_sctp_ctrl()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod160 =item BIO_CTRL_DGRAM_QUERY_MTU
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c914 BIO_ctrl(SSL_get_wbio(s), BIO_CTRL_DGRAM_QUERY_MTU, 0, NULL); in dtls1_query_mtu()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h118 # define BIO_CTRL_DGRAM_QUERY_MTU 40/* as kernel for current MTU */ macro
H A Dbio.h.in119 # define BIO_CTRL_DGRAM_QUERY_MTU 40/* as kernel for current MTU */ macro