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

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

Completed in 117 milliseconds