Searched refs:BIO_dgram_get_mtu_overhead (Results 1 – 7 of 7) sorted by relevance
12 BIO_dgram_get_mtu_overhead - Network BIO with datagram semantics27 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.
25 BIO_dgram_get_mtu_overhead(3)
152 BIO_dgram_get_mtu_overhead define
906 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()
599 # define BIO_dgram_get_mtu_overhead(b) \ macro
576 # define BIO_dgram_get_mtu_overhead(b) \ macro
784 MLINKS+= BIO_s_datagram.3 BIO_dgram_get_mtu_overhead.3