Home
last modified time | relevance | path

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

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dudp_request.c103 if (udp_request->sendto_retry_timer != NULL) { in udp_request_kill()
105 event_free(udp_request->sendto_retry_timer); in udp_request_kill()
106 udp_request->sendto_retry_timer = NULL; in udp_request_kill()
144 event_get_fd(ctx->udp_request->sendto_retry_timer)); in sendto_with_retry_timer_cb()
161 if (udp_request->sendto_retry_timer != NULL) { in sendto_with_retry()
167 event_free(udp_request->sendto_retry_timer); in sendto_with_retry()
168 udp_request->sendto_retry_timer = NULL; in sendto_with_retry()
191 if (udp_request->sendto_retry_timer != NULL) { in sendto_with_retry()
204 if ((udp_request->sendto_retry_timer = in sendto_with_retry()
215 evtimer_add(udp_request->sendto_retry_timer, &tv); in sendto_with_retry()
[all …]
H A Dudp_request.h17 struct event *sendto_retry_timer; member