Searched refs:dtl (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/tools/tools/net80211/wesside/dics/
H A Ddics.c310 int dtl;
375 dtl = pcap_datalink(p);
377 switch (dtl) {
379 dtl = 4;
383 dtl = 14;
387 printf("Unknown datalink %d\n", dtl);
391 printf("Datalink size=%d\n", dtl);
397 if (check_signal(buf+dtl, phdr.caplen-dtl,
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
H A Duni_ie.h45 struct uni_ie_dtl dtl; member in union:uni_ieall
H A Duni_msg.h109 struct uni_ie_dtl dtl[UNI_NUM_IE_DTL]; member in struct:uni_setup
171 struct uni_ie_dtl dtl[UNI_NUM_IE_DTL]; member in struct:uni_add_party
H A Duni_ie.c6573 DEF_IE_PRINT(net, dtl)
6578 if(uni_print_iehdr("dtl", &ie->h, cx))
6582 uni_print_push_prefix("dtl", cx);
6587 uni_print_entry(cx, buf, "{%d/", ie->dtl[i].node_level);
6589 uni_printf(cx, "%02x", ie->dtl[i].node_id[j]);
6590 uni_printf(cx, ",%04x}", ie->dtl[i].port_id);
6598 DEF_IE_CHECK(net, dtl)
6611 if(ie->dtl[i].node_level > 104)
6616 DEF_IE_ENCODE(net, dtl)
6620 START_IE(dtl, UNI_IE_DT
[all...]
H A Duni_msg.c1148 if(msg->dtl[i].h.present & UNI_IE_PRESENT)
1149 uni_print_ie_internal(UNI_IE_DTL, (union uni_ieall *)&msg->dtl[i], cx);
1231 ret |= IE_ISPRESENT(m->dtl[i]);
1233 ret |= uni_check_ie(UNI_IE_DTL, (union uni_ieall *)&m->dtl[i], cx);
1353 if((p->dtl[i].h.present & UNI_IE_PRESENT) &&
1354 uni_encode_ie(UNI_IE_DTL, msg, (union uni_ieall *)&p->dtl[i], cx))
1655 if (!IE_ISPRESENT(out->dtl[i])) {
1656 out->dtl[i].h = *hdr;
1659 if(uni_decode_ie_body(UNI_IE_DTL, (union uni_ieall *)&out->dtl[i], msg, ielen, cx))
2239 if(msg->dtl[
[all...]
H A Dunistruct.h1275 } dtl[UNI_DTL_MAXNUM]; member in struct:uni_ie_dtl
/freebsd-13-stable/sys/contrib/ngatm/netnatm/sig/
H A Dsig_unimsgcpy.c212 if(IE_ISGOOD(src->dtl[s]))
213 dst->dtl[d++] = src->dtl[s];
325 if(IE_ISGOOD(src->dtl[s]))
326 dst->dtl[d++] = src->dtl[s];
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp601 explicit NodeUpdateListener(DAGTypeLegalizer &dtl, argument
603 : SelectionDAG::DAGUpdateListener(dtl.getDAG()),
604 DTL(dtl), NodesToAnalyze(nta) {}

Completed in 164 milliseconds