Home
last modified time | relevance | path

Searched refs:mdcr (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.h53 struct uni_ie_mdcr mdcr; member
H A Die.def83 element mdcr 0xf0 net 13 file=traffic
H A Duni_msg.h111 struct uni_ie_mdcr mdcr; member
H A Dmsg.def219 mdcr
H A Duni_msg.c1152 if(msg->mdcr.h.present & UNI_IE_PRESENT) in print_setup()
1153 uni_print_ie_internal(UNI_IE_MDCR, (union uni_ieall *)&msg->mdcr, cx); in print_setup()
1239 ret |= uni_check_ie(UNI_IE_MDCR, (union uni_ieall *)&m->mdcr, cx); in check_setup()
1359 if((p->mdcr.h.present & UNI_IE_PRESENT) && in encode_setup()
1360 uni_encode_ie(UNI_IE_MDCR, msg, (union uni_ieall *)&p->mdcr, cx)) in encode_setup()
1676 out->mdcr.h = *hdr; in decode_setup()
1679 if(uni_decode_ie_body(UNI_IE_MDCR, (union uni_ieall *)&out->mdcr, msg, ielen, cx)) in decode_setup()
H A Duni_ie.c3851 DEF_IE_PRINT(net, mdcr) in DEF_IE_PRINT() argument
3872 DEF_IE_CHECK(net, mdcr) in DEF_IE_CHECK() argument
3884 DEF_IE_ENCODE(net, mdcr) in DEF_IE_ENCODE() argument
3886 START_IE(mdcr, UNI_IE_MDCR, 9); in DEF_IE_ENCODE()
3896 DEF_IE_DECODE(net, mdcr) in DEF_IE_DECODE() argument
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c216 if(IE_ISGOOD(src->mdcr)) in copy_msg_setup()
217 dst->mdcr = src->mdcr; in copy_msg_setup()
/f-stack/freebsd/contrib/ngatm/netnatm/api/
H A Dcc_conn.c875 setup->setup.mdcr = conn->mdcr; in cc_conn_sig_handle()
1338 conn->mdcr = ind->setup.mdcr; in cc_conn_sig_handle()
H A Dccpriv.h253 struct uni_ie_mdcr mdcr; member
H A Dcc_user.c522 memcpy(ptr, &conn->mdcr, len); in cc_attr_query()
787 memcpy(&conn->mdcr, ptr, len); in cc_attr_set()