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

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_msg.c33 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[i], cx);
55 ret |= uni_check_ie(UNI_IE_GIT, (union uni_ieall *)&m->git[i], cx);
90 uni_encode_ie(UNI_IE_GIT, msg, (union uni_ieall *)&p->git[i], cx))
91 return ((i << 16) + UNI_IE_GIT);
143 case UNI_IE_GIT:
149 if(uni_decode_ie_body(UNI_IE_GIT, (union uni_ieall *)&out->git[i], msg, ielen, cx))
333 uni_print_ie_internal(UNI_IE_GIT, (union uni_ieall *)&msg->git[i], cx);
372 ret |= uni_check_ie(UNI_IE_GIT, (union uni_ieall *)&m->git[i], cx);
434 uni_encode_ie(UNI_IE_GIT, msg, (union uni_ieall *)&p->git[i], cx))
435 return ((i << 16) + UNI_IE_GIT);
[all...]
H A Duni_hdr.h119 UNI_IE_GIT = 0x7f, /* UNI4.0 generic identifier transport*/ enumerator in enum:uni_ietype
H A Duni_ie.c5663 START_IE(git, UNI_IE_GIT, 1 + ie->numsub * (1 + UNI_GIT_MAXVAL));

Completed in 109 milliseconds