Lines Matching refs:caplength
63 u_int caplength; in ascii_print() local
68 caplength = ND_BYTES_AVAILABLE_AFTER(cp); in ascii_print()
69 if (length > caplength) { in ascii_print()
70 length = caplength; in ascii_print()
106 u_int caplength; in hex_and_ascii_print_with_offset() local
114 caplength = ND_BYTES_AVAILABLE_AFTER(cp); in hex_and_ascii_print_with_offset()
115 if (length > caplength) { in hex_and_ascii_print_with_offset()
116 length = caplength; in hex_and_ascii_print_with_offset()
177 u_int caplength; in hex_print_with_offset() local
182 caplength = ND_BYTES_AVAILABLE_AFTER(cp); in hex_print_with_offset()
183 if (length > caplength) { in hex_print_with_offset()
184 length = caplength; in hex_print_with_offset()