Searched refs:mdcr (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 53 struct uni_ie_mdcr mdcr; member
|
| H A D | ie.def | 83 element mdcr 0xf0 net 13 file=traffic
|
| H A D | uni_msg.h | 111 struct uni_ie_mdcr mdcr; member
|
| H A D | msg.def | 219 mdcr
|
| H A D | uni_msg.c | 1152 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 D | uni_ie.c | 3851 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 D | sig_unimsgcpy.c | 216 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 D | cc_conn.c | 875 setup->setup.mdcr = conn->mdcr; in cc_conn_sig_handle() 1338 conn->mdcr = ind->setup.mdcr; in cc_conn_sig_handle()
|
| H A D | ccpriv.h | 253 struct uni_ie_mdcr mdcr; member
|
| H A D | cc_user.c | 522 memcpy(ptr, &conn->mdcr, len); in cc_attr_query() 787 memcpy(&conn->mdcr, ptr, len); in cc_attr_set()
|