Searched refs:num6_lowrtt (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_utils.c495 int num6_lowrtt = 0; local
506 num6_lowrtt = a->sel_rtt;
509 if(num6_lowrtt == 0 || a->sel_rtt < num6_lowrtt) {
510 num6_lowrtt = a->sel_rtt;
542 *selected_rtt = num6_lowrtt;

Completed in 55 milliseconds