Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h148 #define BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP 37 /* flag whether the last */ macro
519 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP, 0, NULL)
/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_dgram.c599 case BIO_CTRL_DGRAM_GET_RECV_TIMER_EXP: in dgram_ctrl()