Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_hdr.h112 UNI_IE_CALLING = 0x6c, /* calling party number */ enumerator
H A Duni_msg.c1176 ret |= uni_check_ie(UNI_IE_CALLING, (union uni_ieall *)&m->calling, cx); in check_setup()
1282 return (UNI_IE_CALLING); in encode_setup()
1447 case UNI_IE_CALLING: in decode_setup()
2333 return (UNI_IE_CALLING); in encode_add_party()
2440 case UNI_IE_CALLING: in decode_add_party()
3492 return (UNI_IE_CALLING); in encode_leaf_setup_req()
3541 case UNI_IE_CALLING: in decode_leaf_setup_req()
3820 return (UNI_IE_CALLING); in encode_cobisetup()
3865 case UNI_IE_CALLING: in decode_cobisetup()
3955 return (UNI_IE_CALLING); in encode_facility()
[all …]
H A Duni_ie.c2414 START_IE(calling, UNI_IE_CALLING, 22); in DEF_IE_ENCODE()