Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/contrib/ngatm/netnatm/msg/
Duni_hdr.h113 UNI_IE_CALLINGSUB = 0x6d, /* calling party subaddress */ enumerator
Duni_msg.c1102 uni_print_ie_internal(UNI_IE_CALLINGSUB, (union uni_ieall *)&msg->callingsub[i], cx); in print_setup()
1178 ret |= uni_check_ie(UNI_IE_CALLINGSUB, (union uni_ieall *)&m->callingsub[i], cx); in check_setup()
1285 uni_encode_ie(UNI_IE_CALLINGSUB, msg, (union uni_ieall *)&p->callingsub[i], cx)) in encode_setup()
1286 return ((i << 16) + UNI_IE_CALLINGSUB); in encode_setup()
1455 case UNI_IE_CALLINGSUB: in decode_setup()
1461 … if(uni_decode_ie_body(UNI_IE_CALLINGSUB, (union uni_ieall *)&out->callingsub[i], msg, ielen, cx)) in decode_setup()
2213 uni_print_ie_internal(UNI_IE_CALLINGSUB, (union uni_ieall *)&msg->callingsub[i], cx); in print_add_party()
2260 ret |= uni_check_ie(UNI_IE_CALLINGSUB, (union uni_ieall *)&m->callingsub[i], cx); in check_add_party()
2336 uni_encode_ie(UNI_IE_CALLINGSUB, msg, (union uni_ieall *)&p->callingsub[i], cx)) in encode_add_party()
2337 return ((i << 16) + UNI_IE_CALLINGSUB); in encode_add_party()
[all …]
Duni_ie.c2473 START_IE(callingsub, UNI_IE_CALLINGSUB, 21); in DEF_IE_ENCODE()