Home
last modified time | relevance | path

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

/dflybsd-src/contrib/tcpdump/
H A Dprint-ascii.c111 u_int nshorts; in hex_and_ascii_print_with_offset() local
121 nshorts = length / sizeof(u_short); in hex_and_ascii_print_with_offset()
124 while (nshorts != 0) { in hex_and_ascii_print_with_offset()
143 nshorts--; in hex_and_ascii_print_with_offset()
181 u_int nshorts; in hex_print_with_offset() local
189 nshorts = length / sizeof(u_short); in hex_print_with_offset()
191 while (nshorts != 0) { in hex_print_with_offset()
200 nshorts--; in hex_print_with_offset()