Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ascii.c96 register int nshorts; in hex_and_ascii_print_with_offset() local
100 nshorts = length / sizeof(u_short); in hex_and_ascii_print_with_offset()
103 while (--nshorts >= 0) { in hex_and_ascii_print_with_offset()
152 register int nshorts; in hex_print_with_offset() local
154 nshorts = (u_int) length / sizeof(u_short); in hex_print_with_offset()
156 while (--nshorts >= 0) { in hex_print_with_offset()