Searched refs:lij_param (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 49 struct uni_ie_lij_param lij_param; member
|
| H A D | ie.def | 79 element lij_param 0xe9 net 5 file=lij !pnni
|
| H A D | uni_msg.h | 100 struct uni_ie_lij_param lij_param; member
|
| H A D | msg.def | 209 lij_param - !pnni
|
| H A D | uni_msg.c | 1129 if(msg->lij_param.h.present & UNI_IE_PRESENT) in print_setup() 1130 uni_print_ie_internal(UNI_IE_LIJ_PARAM, (union uni_ieall *)&msg->lij_param, cx); in print_setup() 1206 ret |= IE_ISPRESENT(m->lij_param); in check_setup() 1208 ret |= uni_check_ie(UNI_IE_LIJ_PARAM, (union uni_ieall *)&m->lij_param, cx); in check_setup() 1325 if((p->lij_param.h.present & UNI_IE_PRESENT) && in encode_setup() 1326 uni_encode_ie(UNI_IE_LIJ_PARAM, msg, (union uni_ieall *)&p->lij_param, cx)) in encode_setup() 1580 out->lij_param.h = *hdr; in decode_setup() 1583 if(uni_decode_ie_body(UNI_IE_LIJ_PARAM, (union uni_ieall *)&out->lij_param, msg, ielen, cx)) in decode_setup()
|
| H A D | uni_ie.c | 6751 DEF_IE_PRINT(net, lij_param) in DEF_IE_PRINT() argument 6764 DEF_IE_CHECK(net, lij_param) in DEF_IE_CHECK() argument 6780 DEF_IE_ENCODE(net, lij_param) in DEF_IE_ENCODE() argument 6782 START_IE(lij_param, UNI_IE_LIJ_PARAM, 1); in DEF_IE_ENCODE() 6790 DEF_IE_DECODE(net, lij_param) in DEF_IE_DECODE() argument
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 193 if(IE_ISGOOD(src->lij_param)) in copy_msg_setup() 194 dst->lij_param = src->lij_param; in copy_msg_setup()
|