Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c164 static int sort_dstip __P((const void *, const void *));
1352 sizeof(statetop_t), sort_dstip);
1924 static int sort_dstip(a, b) in sort_dstip() function