Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ipfilter/tools/
H A Dipfstat.c153 static int sort_bytes __P((const void *, const void *));
1445 sizeof(statetop_t), sort_bytes);
1998 static int sort_bytes(a, b) in sort_bytes() function