Searched refs:nshorts (Results 1 – 2 of 2) sorted by relevance
109 u_int nshorts; in hex_and_ascii_print_with_offset() local119 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() local187 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()
1263 register int nshorts, i; in send_probe() local1266 nshorts = (u_int)packlen / sizeof(u_short); in send_probe()1269 while (--nshorts >= 0) { in send_probe()