Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c150 static int sort_pkts(const void *, const void *);
1442 sizeof(statetop_t), sort_pkts); in topipstates()
1974 static int sort_pkts(const void *a, const void *b) in sort_pkts() function