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

/freebsd-10.2-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h127 UNI_IE_CALLING_SOFT = 0xe3, /* PNNI Called party soft PVPC */ enumerator in enum:uni_ietype
H A Duni_msg.c1142 uni_print_ie_internal(UNI_IE_CALLING_SOFT, (union uni_ieall *)&msg->calling_soft, cx);
1220 ret |= uni_check_ie(UNI_IE_CALLING_SOFT, (union uni_ieall *)&m->calling_soft, cx);
1344 uni_encode_ie(UNI_IE_CALLING_SOFT, msg, (union uni_ieall *)&p->calling_soft, cx))
1345 return (UNI_IE_CALLING_SOFT);
1629 case UNI_IE_CALLING_SOFT:
1635 if(uni_decode_ie_body(UNI_IE_CALLING_SOFT, (union uni_ieall *)&out->calling_soft, msg, ielen, cx))
2233 uni_print_ie_internal(UNI_IE_CALLING_SOFT, (union uni_ieall *)&msg->calling_soft, cx);
2286 ret |= uni_check_ie(UNI_IE_CALLING_SOFT, (union uni_ieall *)&m->calling_soft, cx);
2365 uni_encode_ie(UNI_IE_CALLING_SOFT, msg, (union uni_ieall *)&p->calling_soft, cx))
2366 return (UNI_IE_CALLING_SOFT);
[all...]
H A Duni_ie.c6142 START_IE(calling_soft, UNI_IE_CALLING_SOFT, 6);

Completed in 97 milliseconds