Searched defs:tstable (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c1179 statetop_t *tstable = NULL, *tp; local
1231 /* read the state table and store in tstable */
1283 tstable = realloc(tstable,
1285 if (tstable == NULL) {
1300 tp = tstable + tsentry;
1328 qsort(tstable, tsentry + 1,
1332 qsort(tstable, tsentry + 1,
1336 qsort(tstable, tsentry + 1,
1340 qsort(tstable, tsentr
[all...]

Completed in 46 milliseconds