Lines Matching refs:caplength
60 u_int caplength; in ascii_print() local
63 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in ascii_print()
64 if (length > caplength) in ascii_print()
65 length = caplength; in ascii_print()
96 u_int caplength; in hex_and_ascii_print_with_offset() local
103 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in hex_and_ascii_print_with_offset()
104 if (length > caplength) in hex_and_ascii_print_with_offset()
105 length = caplength; in hex_and_ascii_print_with_offset()
158 u_int caplength; in hex_print_with_offset() local
162 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in hex_print_with_offset()
163 if (length > caplength) in hex_print_with_offset()
164 length = caplength; in hex_print_with_offset()