Searched refs:nshorts (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-ascii.c82 register int nshorts; local
86 nshorts = length / sizeof(u_short);
89 while (--nshorts >= 0) {
138 register int nshorts; local
140 nshorts = (u_int) length / sizeof(u_short);
142 while (--nshorts >= 0) {
/freebsd-10-stable/contrib/traceroute/
H A Dtraceroute.c1226 register int nshorts, i; local
1229 nshorts = (u_int)packlen / sizeof(u_short);
1232 while (--nshorts >= 0) {

Completed in 79 milliseconds