Searched refs:dtl (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | uni_ie.h | 45 struct uni_ie_dtl dtl; member
|
| H A D | uni_msg.h | 109 struct uni_ie_dtl dtl[UNI_NUM_IE_DTL]; member 171 struct uni_ie_dtl dtl[UNI_NUM_IE_DTL]; member
|
| H A D | msg.def | 217 dtl UNI_NUM_IE_DTL/R pnni 328 dtl UNI_NUM_IE_DTL/R pnni
|
| H A D | uni_ie.c | 6571 DEF_IE_PRINT(net, dtl) in DEF_IE_PRINT() argument 6587 uni_printf(cx, "%02x", ie->dtl[i].node_id[j]); in DEF_IE_PRINT() 6588 uni_printf(cx, ",%04x}", ie->dtl[i].port_id); in DEF_IE_PRINT() 6596 DEF_IE_CHECK(net, dtl) in DEF_IE_CHECK() argument 6609 if(ie->dtl[i].node_level > 104) in DEF_IE_CHECK() 6614 DEF_IE_ENCODE(net, dtl) in DEF_IE_ENCODE() argument 6624 APP_BYTE(msg, ie->dtl[i].node_level); in DEF_IE_ENCODE() 6625 APP_BUF(msg, ie->dtl[i].node_id, 21); in DEF_IE_ENCODE() 6626 APP_32BIT(msg, ie->dtl[i].port_id); in DEF_IE_ENCODE() 6634 DEF_IE_DECODE(net, dtl) in DEF_IE_DECODE() argument [all …]
|
| H A D | ie.def | 75 element dtl 0xe2 net UNI_DTL_LOGNP_SIZE*UNI_DTL_MAXNUM+6 pnni
|
| H A D | uni_msg.c | 1148 if(msg->dtl[i].h.present & UNI_IE_PRESENT) in print_setup() 1231 ret |= IE_ISPRESENT(m->dtl[i]); in check_setup() 1233 ret |= uni_check_ie(UNI_IE_DTL, (union uni_ieall *)&m->dtl[i], cx); in check_setup() 1353 if((p->dtl[i].h.present & UNI_IE_PRESENT) && in encode_setup() 1655 if (!IE_ISPRESENT(out->dtl[i])) { in decode_setup() 1656 out->dtl[i].h = *hdr; in decode_setup() 2239 if(msg->dtl[i].h.present & UNI_IE_PRESENT) in print_add_party() 2297 ret |= IE_ISPRESENT(m->dtl[i]); in check_add_party() 2374 if((p->dtl[i].h.present & UNI_IE_PRESENT) && in encode_add_party() 2564 if (!IE_ISPRESENT(out->dtl[i])) { in decode_add_party() [all …]
|
| H A D | unistruct.h | 1275 } dtl[UNI_DTL_MAXNUM]; member
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_unimsgcpy.c | 212 if(IE_ISGOOD(src->dtl[s])) in copy_msg_setup() 213 dst->dtl[d++] = src->dtl[s]; in copy_msg_setup() 325 if(IE_ISGOOD(src->dtl[s])) in copy_msg_add_party() 326 dst->dtl[d++] = src->dtl[s]; in copy_msg_add_party()
|