Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/testprogs/
H A Dfindalldevstest.c321 #define IPTOSBUFFERS 12 macro
324 static char output[IPTOSBUFFERS][sizeof("255.255.255.255")]; in iptos()
329 which = (which + 1 == IPTOSBUFFERS ? 0 : which + 1); in iptos()