Searched refs:scompl (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 29 struct uni_ie_scompl scompl; member
|
| H A D | uni_msg.h | 92 struct uni_ie_scompl scompl; member 160 struct uni_ie_scompl scompl; member
|
| H A D | msg.def | 201 scompl - !pnni 318 scompl - !pnni
|
| H A D | ie.def | 56 element scompl 0x62 itu 5 !pnni
|
| H A D | uni_msg.c | 1111 if(msg->scompl.h.present & UNI_IE_PRESENT) in print_setup() 1185 ret |= IE_ISPRESENT(m->scompl); in check_setup() 1187 ret |= uni_check_ie(UNI_IE_SCOMPL, (union uni_ieall *)&m->scompl, cx); in check_setup() 1299 if((p->scompl.h.present & UNI_IE_PRESENT) && in encode_setup() 1300 uni_encode_ie(UNI_IE_SCOMPL, msg, (union uni_ieall *)&p->scompl, cx)) in encode_setup() 1502 out->scompl.h = *hdr; in decode_setup() 2214 if(msg->scompl.h.present & UNI_IE_PRESENT) in print_add_party() 2263 ret |= IE_ISPRESENT(m->scompl); in check_add_party() 2265 ret |= uni_check_ie(UNI_IE_SCOMPL, (union uni_ieall *)&m->scompl, cx); in check_add_party() 2338 if((p->scompl.h.present & UNI_IE_PRESENT) && in encode_add_party() [all …]
|
| H A D | uni_ie.c | 5257 DEF_IE_PRINT(itu, scompl) in DEF_IE_PRINT() argument 5264 DEF_IE_CHECK(itu, scompl) in DEF_IE_CHECK() argument 5270 DEF_IE_ENCODE(itu, scompl) in DEF_IE_ENCODE() argument 5272 START_IE(scompl, UNI_IE_SCOMPL, 1); in DEF_IE_ENCODE() 5280 DEF_IE_DECODE(itu, scompl) in DEF_IE_DECODE() argument
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 175 if(IE_ISGOOD(src->scompl)) in copy_msg_setup() 176 dst->scompl = src->scompl; in copy_msg_setup() 300 if(IE_ISGOOD(src->scompl)) in copy_msg_add_party() 301 dst->scompl = src->scompl; in copy_msg_add_party()
|