Home
last modified time | relevance | path

Searched refs:lij_callid (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/sys/contrib/ngatm/netnatm/sig/
HDsig_unimsgcpy.c191 if(IE_ISGOOD(src->lij_callid)) in copy_msg_setup()
192 dst->lij_callid = src->lij_callid; in copy_msg_setup()
455 if(IE_ISGOOD(src->lij_callid)) in copy_msg_leaf_setup_req()
456 dst->lij_callid = src->lij_callid; in copy_msg_leaf_setup_req()
/freebsd-11-stable/sys/contrib/ngatm/netnatm/msg/
HDuni_ie.h48 struct uni_ie_lij_callid lij_callid; member
HDuni_msg.h99 struct uni_ie_lij_callid lij_callid; member
235 struct uni_ie_lij_callid lij_callid; member
HDmsg.def208 lij_callid - !pnni
450 lij_callid
HDie.def78 element lij_callid 0xe8 net 9 file=lij !pnni
HDuni_msg.c1127 if(msg->lij_callid.h.present & UNI_IE_PRESENT) in print_setup()
1128 uni_print_ie_internal(UNI_IE_LIJ_CALLID, (union uni_ieall *)&msg->lij_callid, cx); in print_setup()
1202 ret |= IE_ISPRESENT(m->lij_callid); in check_setup()
1204 ret |= uni_check_ie(UNI_IE_LIJ_CALLID, (union uni_ieall *)&m->lij_callid, cx); in check_setup()
1322 if((p->lij_callid.h.present & UNI_IE_PRESENT) && in encode_setup()
1323 uni_encode_ie(UNI_IE_LIJ_CALLID, msg, (union uni_ieall *)&p->lij_callid, cx)) in encode_setup()
1570 out->lij_callid.h = *hdr; 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()
3445 if(msg->lij_callid.h.present & UNI_IE_PRESENT) in print_leaf_setup_req()
3446 uni_print_ie_internal(UNI_IE_LIJ_CALLID, (union uni_ieall *)&msg->lij_callid, cx); in print_leaf_setup_req()
[all …]
HDuni_ie.c6690 DEF_IE_PRINT(net, lij_callid) in DEF_IE_PRINT() argument
6706 DEF_IE_CHECK(net, lij_callid) in DEF_IE_CHECK() argument
6722 DEF_IE_ENCODE(net, lij_callid) in DEF_IE_ENCODE() argument
6724 START_IE(lij_callid, UNI_IE_LIJ_CALLID, 5); in DEF_IE_ENCODE()
6733 DEF_IE_DECODE(net, lij_callid) in DEF_IE_DECODE() argument