Searched refs:timer_us (Results 1 – 4 of 4) sorted by relevance
13 typedef unsigned int (*DTLS_timer_cb)(SSL *s, unsigned int timer_us);25 The I<timer_us> parameter of the callback is the last set timeout
60 static unsigned int timer_cb(SSL *s, unsigned int timer_us) in timer_cb() argument64 if (timer_us == 0) in timer_cb()67 return 2 * timer_us; in timer_cb()
2876 typedef unsigned int (*DTLS_timer_cb)(SSL *s, unsigned int timer_us);
2829 typedef unsigned int (*DTLS_timer_cb)(SSL *s, unsigned int timer_us);