Home
last modified time | relevance | path

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

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