Lines Matching refs:coding
463 uni_print_tbl(NULL, h->coding, cod_tab, cx); in uni_print_iehdr()
500 if((iedecl = GET_IEDECL(code, ie->h.coding)) != NULL) in uni_print_ie_internal()
515 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_check_ie()
538 hdr->coding = UNI_CODING_ITU; in uni_decode_ie_hdr()
549 hdr->coding = (*msg->b_rptr >> 5) & 3; in uni_decode_ie_hdr()
613 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) { in uni_decode_ie_body()
644 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_encode_ie()
660 byte = 0x80 | (h->coding << 5); in uni_encode_ie_hdr()
1033 uni_ie_cause2str(enum uni_coding coding, u_int cause) in uni_ie_cause2str() argument
1036 if (coding == UNI_CODING_ITU) in uni_ie_cause2str()
1038 if (coding == UNI_CODING_NET) { in uni_ie_cause2str()