Searched refs:dtl (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13-stable/tools/tools/net80211/wesside/dics/ |
| HD | dics.c | 308 int dtl; in main() 373 dtl = pcap_datalink(p); in main() 375 switch (dtl) { in main() 377 dtl = 4; in main() 381 dtl = 14; in main() 385 printf("Unknown datalink %d\n", dtl); in main() 389 printf("Datalink size=%d\n", dtl); in main() 395 if (check_signal(buf+dtl, phdr.caplen-dtl, in main()
|
| /freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/ |
| HD | 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()
|
| /freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/ |
| HD | uni_ie.h | 45 struct uni_ie_dtl dtl; member
|
| HD | 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
|
| HD | msg.def | 217 dtl UNI_NUM_IE_DTL/R pnni 328 dtl UNI_NUM_IE_DTL/R pnni
|
| HD | uni_ie.c | 6573 DEF_IE_PRINT(net, dtl) in DEF_IE_PRINT() argument 6587 uni_print_entry(cx, buf, "{%d/", ie->dtl[i].node_level); in DEF_IE_PRINT() 6589 uni_printf(cx, "%02x", ie->dtl[i].node_id[j]); in DEF_IE_PRINT() 6590 uni_printf(cx, ",%04x}", ie->dtl[i].port_id); in DEF_IE_PRINT() 6598 DEF_IE_CHECK(net, dtl) in DEF_IE_CHECK() argument 6611 if(ie->dtl[i].node_level > 104) in DEF_IE_CHECK() 6616 DEF_IE_ENCODE(net, dtl) in DEF_IE_ENCODE() argument 6620 START_IE(dtl, UNI_IE_DTL, 2 + UNI_DTL_LOGNP_SIZE * ie->num); in DEF_IE_ENCODE() 6626 APP_BYTE(msg, ie->dtl[i].node_level); in DEF_IE_ENCODE() 6627 APP_BUF(msg, ie->dtl[i].node_id, 21); in DEF_IE_ENCODE() [all …]
|
| HD | uni_msg.c | 1148 if(msg->dtl[i].h.present & UNI_IE_PRESENT) in print_setup() 1149 uni_print_ie_internal(UNI_IE_DTL, (union uni_ieall *)&msg->dtl[i], cx); 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() 1354 uni_encode_ie(UNI_IE_DTL, msg, (union uni_ieall *)&p->dtl[i], cx)) in encode_setup() 1655 if (!IE_ISPRESENT(out->dtl[i])) { in decode_setup() 1656 out->dtl[i].h = *hdr; in decode_setup() 1659 if(uni_decode_ie_body(UNI_IE_DTL, (union uni_ieall *)&out->dtl[i], msg, ielen, cx)) in decode_setup() 2239 if(msg->dtl[i].h.present & UNI_IE_PRESENT) in print_add_party() [all …]
|
| HD | ie.def | 75 element dtl 0xe2 net UNI_DTL_LOGNP_SIZE*UNI_DTL_MAXNUM+6 pnni
|
| HD | unistruct.h | 1275 } dtl[UNI_DTL_MAXNUM]; member
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| HD | LegalizeTypes.cpp | 603 explicit NodeUpdateListener(DAGTypeLegalizer &dtl, in NodeUpdateListener() argument 605 : SelectionDAG::DAGUpdateListener(dtl.getDAG()), in NodeUpdateListener() 606 DTL(dtl), NodesToAnalyze(nta) {} in NodeUpdateListener()
|