Searched refs:is_ansi (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-fr.c773 int is_ansi = 0; local
785 is_ansi = 1;
791 ND_PRINT((ndo, "%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset));
810 if (length < (u_int)(2 - is_ansi)) {
814 length -= 2 + is_ansi;
815 ptemp += 2 + is_ansi;

Completed in 89 milliseconds