Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/bio/
Dbio.h149 #define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38 /* I/O operation tiemd out */ macro
512 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
Dbss_dgram.c599 case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP: in dgram_ctrl()