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

/freebsd-13-stable/usr.bin/netstat/
H A Dsctp.c212 int i, xl_total = 0, xr_total = 0, x_max; local
273 x_max = MAX(xl_total, xr_total);
274 for (i = 0; i < x_max; i++) {
304 if (i < x_max)

Completed in 101 milliseconds