Searched refs:resend_timeout (Results 1 – 3 of 3) sorted by relevance
43 .resend_timeout = MULTICAST_RESEND_TIMEOUT_MIN_USEC, in dns_scope_new()179 …s->resend_timeout = MIN(MAX(MULTICAST_RESEND_TIMEOUT_MIN_USEC, s->max_rtt * 2), MULTICAST_RESEND_T… in dns_scope_packet_received()185 if (s->resend_timeout <= usec) in dns_scope_packet_lost()186 s->resend_timeout = MIN(s->resend_timeout * 2, MULTICAST_RESEND_TIMEOUT_MAX_USEC); in dns_scope_packet_lost()
50 usec_t resend_timeout; member
1580 return t->scope->resend_timeout; in transaction_get_resend_timeout()