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

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Dprivmsg.c115 enum uni_ietype ietype; local
126 if (uni_decode_ie_hdr(&ietype, &hdr, msg, cx, &ielen)) {
135 printf("IE %x\n", ietype);
138 if ((iedecl = GET_IEDECL(ietype, hdr.coding)) == NULL ||
139 ietype == UNI_IE_UNREC) {
148 (void)UNI_SAVE_IERR(cx, ietype, hdr.act, UNI_IERR_UNK);
153 printf("IE %x known\n", ietype);
176 printf("IE %x length too large\n", ietype);
182 printf("IE %x length ok\n", ietype);
185 ret = uni_msgtable[mtype]->decode(out, msg, ietype,
[all...]
H A Duni_ie.c530 uni_decode_ie_hdr(enum uni_ietype *ietype, struct uni_iehdr *hdr, argument
535 *ietype = (enum uni_ietype)0;
544 *ietype = *msg->b_rptr++;
596 uni_decode_ie_body(enum uni_ietype ietype, union uni_ieall *ie, argument
613 if ((iedecl = GET_IEDECL(ietype, ie->h.coding)) == NULL) {
1429 enum uni_ietype ietype; local
1559 if(uni_decode_ie_hdr(&ietype, &ie->u.tns.h, msg, cx, &xielen))
1561 if(ietype != UNI_IE_TNS)
1563 if(uni_decode_ie_body(ietype,
1572 if(uni_decode_ie_hdr(&ietype,
[all...]
H A Dunistruct.h1367 enum uni_ietype ietype; member in struct:uni_ie

Completed in 107 milliseconds