Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipfstat.c188 static int sort_bytes __P((const void *, const void *));
1468 sizeof(statetop_t), sort_bytes);
2021 static int sort_bytes(a, b) in sort_bytes() function