Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c158 static int sort_p __P((const void *, const void *));
1328 sizeof(statetop_t), sort_p);
1855 static int sort_p(a, b) in sort_p() function