Home
last modified time | relevance | path

Searched refs:BIO_dgram_get_mtu_overhead (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod12 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics
27 int BIO_dgram_get_mtu_overhead(BIO *bio);
138 =item BIO_dgram_get_mtu_overhead (BIO_CTRL_DGRAM_GET_MTU_OVERHEAD)
219 BIO_dgram_get_mtu_overhead() returns a value in bytes.
/freebsd/crypto/openssl/util/
H A Dmissingmacro111.txt25 BIO_dgram_get_mtu_overhead(3)
H A Dother.syms152 BIO_dgram_get_mtu_overhead define
/freebsd/crypto/openssl/ssl/
H A Dd1_lib.c906 s->d1->link_mtu - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_query_mtu()
940 return dtls1_link_min_mtu() - BIO_dgram_get_mtu_overhead(SSL_get_wbio(s)); in dtls1_min_mtu()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h599 # define BIO_dgram_get_mtu_overhead(b) \ macro
H A Dbio.h.in576 # define BIO_dgram_get_mtu_overhead(b) \ macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile784 MLINKS+= BIO_s_datagram.3 BIO_dgram_get_mtu_overhead.3