Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDuni_hdr.h129 UNI_IE_LIJ_CALLID = 0xe8, /* UNI4.0 LIF call identifier */ enumerator
HDuni_msg.c1128 uni_print_ie_internal(UNI_IE_LIJ_CALLID, (union uni_ieall *)&msg->lij_callid, cx); in print_setup()
1204 ret |= uni_check_ie(UNI_IE_LIJ_CALLID, (union uni_ieall *)&m->lij_callid, cx); in check_setup()
1323 uni_encode_ie(UNI_IE_LIJ_CALLID, msg, (union uni_ieall *)&p->lij_callid, cx)) in encode_setup()
1324 return (UNI_IE_LIJ_CALLID); in encode_setup()
1567 case UNI_IE_LIJ_CALLID: in decode_setup()
1573 if(uni_decode_ie_body(UNI_IE_LIJ_CALLID, (union uni_ieall *)&out->lij_callid, msg, ielen, cx)) in decode_setup()
3446 uni_print_ie_internal(UNI_IE_LIJ_CALLID, (union uni_ieall *)&msg->lij_callid, cx); in print_leaf_setup_req()
3470 ret |= uni_check_ie(UNI_IE_LIJ_CALLID, (union uni_ieall *)&m->lij_callid, cx); in check_leaf_setup_req()
3505 uni_encode_ie(UNI_IE_LIJ_CALLID, msg, (union uni_ieall *)&p->lij_callid, cx)) in encode_leaf_setup_req()
3506 return (UNI_IE_LIJ_CALLID); in encode_leaf_setup_req()
[all …]
HDuni_ie.c6726 START_IE(lij_callid, UNI_IE_LIJ_CALLID, 5); in DEF_IE_ENCODE()