Home
last modified time | relevance | path

Searched refs:ietype (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c115 enum uni_ietype ietype; in uni_decode_body_internal() local
126 if (uni_decode_ie_hdr(&ietype, &hdr, msg, cx, &ielen)) { in uni_decode_body_internal()
135 printf("IE %x\n", ietype); in uni_decode_body_internal()
139 ietype == UNI_IE_UNREC) { in uni_decode_body_internal()
153 printf("IE %x known\n", ietype); in uni_decode_body_internal()
176 printf("IE %x length too large\n", ietype); in uni_decode_body_internal()
182 printf("IE %x length ok\n", ietype); in uni_decode_body_internal()
185 ret = uni_msgtable[mtype]->decode(out, msg, ietype, in uni_decode_body_internal()
190 printf("IE %x ret %d\n", ietype, ret); in uni_decode_body_internal()
219 cx->ielast = ietype; in uni_decode_body_internal()
[all …]
H A Duni_ie.c530 uni_decode_ie_hdr(enum uni_ietype *ietype, struct uni_iehdr *hdr, in uni_decode_ie_hdr() argument
535 *ietype = (enum uni_ietype)0; in uni_decode_ie_hdr()
544 *ietype = *msg->b_rptr++; in uni_decode_ie_hdr()
596 uni_decode_ie_body(enum uni_ietype ietype, union uni_ieall *ie, in uni_decode_ie_body() argument
613 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) { in uni_decode_ie_body()
1429 enum uni_ietype ietype; in decode_cause() local
1559 if(uni_decode_ie_hdr(&ietype, &ie->u.tns.h, msg, cx, &xielen)) in decode_cause()
1561 if(ietype != UNI_IE_TNS) in decode_cause()
1563 if(uni_decode_ie_body(ietype, in decode_cause()
1574 if(ietype != UNI_IE_CALLED) in decode_cause()
[all …]
H A Dunistruct.h1367 enum uni_ietype ietype; member