Searched refs:caplength (Results 1 – 1 of 1) sorted by relevance
60 u_int caplength; in ascii_print() local63 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() local103 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() local162 caplength = (ndo->ndo_snapend >= cp) ? ndo->ndo_snapend - cp : 0; in hex_print_with_offset()[all …]