Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ascii.c109 u_int nshorts; in hex_and_ascii_print_with_offset() local
119 nshorts = length / sizeof(u_short); in hex_and_ascii_print_with_offset()
122 while (nshorts != 0) { in hex_and_ascii_print_with_offset()
141 nshorts--; in hex_and_ascii_print_with_offset()
179 u_int nshorts; in hex_print_with_offset() local
187 nshorts = length / sizeof(u_short); in hex_print_with_offset()
189 while (nshorts != 0) { in hex_print_with_offset()
198 nshorts--; in hex_print_with_offset()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1263 register int nshorts, i; in send_probe() local
1266 nshorts = (u_int)packlen / sizeof(u_short); in send_probe()
1269 while (--nshorts >= 0) { in send_probe()