Searched refs:UNI_IE_CALLING (Results 1 – 3 of 3) sorted by relevance
| /trueos/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_msg.c | 1099 uni_print_ie_internal(UNI_IE_CALLING, (union uni_ieall *)&msg->calling, cx); in print_setup() 1176 ret |= uni_check_ie(UNI_IE_CALLING, (union uni_ieall *)&m->calling, cx); in check_setup() 1281 uni_encode_ie(UNI_IE_CALLING, msg, (union uni_ieall *)&p->calling, cx)) in encode_setup() 1282 return (UNI_IE_CALLING); in encode_setup() 1447 case UNI_IE_CALLING: in decode_setup() 1451 if(uni_decode_ie_body(UNI_IE_CALLING, (union uni_ieall *)&out->calling, msg, ielen, cx)) in decode_setup() 2210 uni_print_ie_internal(UNI_IE_CALLING, (union uni_ieall *)&msg->calling, cx); in print_add_party() 2258 ret |= uni_check_ie(UNI_IE_CALLING, (union uni_ieall *)&m->calling, cx); in check_add_party() 2332 uni_encode_ie(UNI_IE_CALLING, msg, (union uni_ieall *)&p->calling, cx)) in encode_add_party() 2333 return (UNI_IE_CALLING); in encode_add_party() [all …]
|
| HD | uni_hdr.h | 112 UNI_IE_CALLING = 0x6c, /* calling party number */ enumerator
|
| HD | uni_ie.c | 2414 START_IE(calling, UNI_IE_CALLING, 22); in DEF_IE_ENCODE()
|