Searched refs:tstable (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1283 statetop_t *tstable = NULL, *tp; in topipstates() local 1391 tstable = reallocarray(tstable, maxtsentries, in topipstates() 1393 if (tstable == NULL) { in topipstates() 1408 tp = tstable + tsentry; in topipstates() 1437 qsort(tstable, 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() 1457 qsort(tstable, tsentry +1, in topipstates() [all …]
|