Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/tcpdump/
Dprint-ascii.c100 register int nshorts; in hex_and_ascii_print_with_offset() local
107 nshorts = length / sizeof(u_short); in hex_and_ascii_print_with_offset()
110 while (--nshorts >= 0) { in hex_and_ascii_print_with_offset()
161 register int nshorts; in hex_print_with_offset() local
166 nshorts = (u_int) length / sizeof(u_short); in hex_print_with_offset()
168 while (--nshorts >= 0) { in hex_print_with_offset()
/freebsd-12-stable/contrib/traceroute/
Dtraceroute.c1309 register int nshorts, i; in send_probe() local
1312 nshorts = (u_int)packlen / sizeof(u_short); in send_probe()
1315 while (--nshorts >= 0) { in send_probe()