Searched refs:BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP (Results 1 – 4 of 4) sorted by relevance
112 # define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */ macro594 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
113 # define BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP 38/* I/O operation timed out */ macro571 (int)BIO_ctrl(b, BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP, 0, NULL)
133 =item BIO_dgram_send_timedout (BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP)
684 case BIO_CTRL_DGRAM_GET_SEND_TIMER_EXP: in dgram_ctrl()