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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ascii.c109 u_int nshorts; local
119 nshorts = length / sizeof(u_short);
122 while (nshorts != 0) {
141 nshorts--;
179 u_int nshorts; local
187 nshorts = length / sizeof(u_short);
189 while (nshorts != 0) {
198 nshorts--;
/netbsd-current/usr.sbin/traceroute/
H A Dtraceroute.c1310 int nshorts, i; local
1313 nshorts = (u_int)packlen / sizeof(u_int16_t);
1316 while (--nshorts >= 0) {

Completed in 132 milliseconds