Searched refs:timeout_ret (Results 1 – 2 of 2) sorted by relevance
150 int timeout_ret = DTLSv1_handle_timeout(ssl); in dtls1_get_record() local151 if (timeout_ret <= 0) { in dtls1_get_record()152 return timeout_ret; in dtls1_get_record()
1246 int timeout_ret = DTLSv1_handle_timeout(ssl); in RetryAsync() local1249 if (timeout_ret < 0) { in RetryAsync()