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

/freebsd-11.0-release/usr.sbin/trpt/
H A Dtrpt.c226 int prev_debx = tcp_debx, family; local
230 for (i = prev_debx % TCP_NDEBUG; i < TCP_NDEBUG; i++) {
283 prev_debx = tcp_debx + 1;
284 if (prev_debx >= TCP_NDEBUG)
285 prev_debx = 0;
292 } while (tcp_debx == prev_debx);

Completed in 45 milliseconds