Searched refs:lij_callid (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 48 struct uni_ie_lij_callid lij_callid; member
|
| H A D | uni_msg.h | 99 struct uni_ie_lij_callid lij_callid; member 235 struct uni_ie_lij_callid lij_callid; member
|
| H A D | msg.def | 208 lij_callid - !pnni 450 lij_callid
|
| H A D | ie.def | 78 element lij_callid 0xe8 net 9 file=lij !pnni
|
| H A D | uni_msg.c | 1127 if(msg->lij_callid.h.present & UNI_IE_PRESENT) 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() 3445 if(msg->lij_callid.h.present & UNI_IE_PRESENT) 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() 3504 if((p->lij_callid.h.present & UNI_IE_PRESENT) && in encode_leaf_setup_req() 3505 uni_encode_ie(UNI_IE_LIJ_CALLID, msg, (union uni_ieall *)&p->lij_callid, cx)) in encode_leaf_setup_req() [all …]
|
| H A D | uni_ie.c | 6690 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
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 191 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()
|