Home
last modified time | relevance | path

Searched refs:BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h112 # define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */ macro
594 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
H A Dbio.h.in113 # define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */ macro
571 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_datagram.pod133 =item BIO_dgram_send_timedout (BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP)
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c684 case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP: in dgram_ctrl()