Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c159 static int sort_pkts __P((const void *, const void *));
1332 sizeof(statetop_t), sort_pkts);
1824 static int sort_pkts(a, b) in sort_pkts() function