Lines Matching defs:codeset
820 u_int codeset = 0;
876 unshift_codeset = codeset;
893 * Get the codeset.
895 codeset = IE_SHIFT_CODESET(iecode);
898 * If it's a locking shift to codeset 5,
908 if (codeset == 5) {
911 * codeset 5, so this is
919 * Remember the current codeset, so we
931 ND_PRINT("%s, codeset %u", is_ansi ? "ANSI" : "CCITT", codeset);
963 * this IE. Count it, so we reset the codeset
971 codeset = unshift_codeset;
1005 * codeset, so we can revert
1009 unshift_codeset = codeset;
1013 * Get the codeset.
1015 codeset = IE_SHIFT_CODESET(iecode);
1036 tok2str(fr_q933_ie_codesets[codeset],
1054 if (fr_q933_print_ie_codeset[codeset] != NULL) {
1055 ie_is_known = fr_q933_print_ie_codeset[codeset](ndo, iecode, ielength, p);