Searched refs:scompl (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h29 struct uni_ie_scompl scompl; member in union:uni_ieall
H A Dmsg.def201 scompl - !pnni
318 scompl - !pnni
H A Die.def56 element scompl 0x62 itu 5 !pnni
H A Duni_msg.h92 struct uni_ie_scompl scompl; member in struct:uni_setup
160 struct uni_ie_scompl scompl; member in struct:uni_add_party
H A Duni_msg.c1111 if(msg->scompl.h.present & UNI_IE_PRESENT)
1112 uni_print_ie_internal(UNI_IE_SCOMPL, (union uni_ieall *)&msg->scompl, cx);
1185 ret |= IE_ISPRESENT(m->scompl);
1187 ret |= uni_check_ie(UNI_IE_SCOMPL, (union uni_ieall *)&m->scompl, cx);
1299 if((p->scompl.h.present & UNI_IE_PRESENT) &&
1300 uni_encode_ie(UNI_IE_SCOMPL, msg, (union uni_ieall *)&p->scompl, cx))
1502 out->scompl.h = *hdr;
1505 if(uni_decode_ie_body(UNI_IE_SCOMPL, (union uni_ieall *)&out->scompl, msg, ielen, cx))
2214 if(msg->scompl.h.present & UNI_IE_PRESENT)
2215 uni_print_ie_internal(UNI_IE_SCOMPL, (union uni_ieall *)&msg->scompl, c
[all...]
H A Duni_ie.c5257 DEF_IE_PRINT(itu, scompl)
5264 DEF_IE_CHECK(itu, scompl)
5270 DEF_IE_ENCODE(itu, scompl)
5272 START_IE(scompl, UNI_IE_SCOMPL, 1);
5280 DEF_IE_DECODE(itu, scompl)
/freebsd-10.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c175 if(IE_ISGOOD(src->scompl))
176 dst->scompl = src->scompl;
300 if(IE_ISGOOD(src->scompl))
301 dst->scompl = src->scompl;

Completed in 124 milliseconds