Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/ipf/ipfstat/
HDipfstat.c1283 int i, j, winy, tsentry, maxx, maxy, redraw = 0, ret = 0; in topipstates() local
1334 tsentry = -1; in topipstates()
1392 tsentry++; in topipstates()
1393 if (!maxtsentries || tsentry == maxtsentries) { in topipstates()
1412 tp = tstable + tsentry; in topipstates()
1437 if (tsentry != -1) { in topipstates()
1441 qsort(tstable, tsentry + 1, in topipstates()
1445 qsort(tstable, tsentry + 1, in topipstates()
1449 qsort(tstable, tsentry + 1, in topipstates()
1453 qsort(tstable, tsentry + 1, in topipstates()
[all …]