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

/freebsd-current/contrib/tcpdump/
H A Dprint-ascii.c111 u_int nshorts; local
121 nshorts = length / sizeof(u_short);
124 while (nshorts != 0) {
143 nshorts--;
181 u_int nshorts; local
189 nshorts = length / sizeof(u_short);
191 while (nshorts != 0) {
200 nshorts--;
/freebsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1263 register int nshorts, i; local
1266 nshorts = (u_int)packlen / sizeof(u_short);
1269 while (--nshorts >= 0) {

Completed in 170 milliseconds