Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbio.h100 # define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation tiemd out */ macro
519 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
/third_party/openssl/crypto/bio/
Dbss_dgram.c704 case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP: in dgram_ctrl()
/third_party/libcoap/src/
Dcoap_openssl.c371 case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP: in coap_dgram_ctrl()