Searched refs:iedecl (Results 1 – 4 of 4) sorted by relevance
12 static struct iedecl decl_itu_cause = {26 static struct iedecl decl_net_cause = {68 static struct iedecl decl_itu_notify = {82 static struct iedecl decl_itu_eetd = {96 static struct iedecl decl_net_eetd = {166 static struct iedecl decl_itu_aal = {217 static struct iedecl decl_itu_qos = {231 static struct iedecl decl_net_qos = {245 static struct iedecl decl_itu_bhli = {399 static struct iedecl decl_itu_tns = {[all …]
118 const struct iedecl *iedecl; in uni_decode_body_internal() local138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL || in uni_decode_body_internal()155 if (ielen > iedecl->maxlen - 4 || ielen > uni_msg_len(msg)) { in uni_decode_body_internal()166 if (ielen > iedecl->maxlen - 4) in uni_decode_body_internal()167 ielen = iedecl->maxlen - 4; in uni_decode_body_internal()208 if (iedecl->flags & UNIFL_ACCESS) in uni_decode_body_internal()
67 struct iedecl { struct90 extern const struct iedecl *uni_ietable[256][4]; argument99 const struct iedecl *_decl = NULL; \
498 const struct iedecl *iedecl; in uni_print_ie_internal() local501 (*iedecl->print)(ie, cx); in uni_print_ie_internal()515 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_check_ie() local517 if (iedecl != NULL) in uni_check_ie()518 return (iedecl->check(ie, cx)); in uni_check_ie()599 const struct iedecl *iedecl; in uni_decode_ie_body() local623 if (ielen > iedecl->maxlen) { in uni_decode_ie_body()628 msg->b_rptr += iedecl->maxlen; in uni_decode_ie_body()644 const struct iedecl *iedecl = GET_IEDECL(code, ie->h.coding); in uni_encode_ie() local646 if (iedecl == NULL) in uni_encode_ie()[all …]