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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-forces.c233 const struct forces_tlv *pdtlv = (struct forces_tlv *)pptr; local
240 TCHECK(*pdtlv);
241 type = EXTRACT_16BITS(&pdtlv->type);
242 invtlv = tlv_valid(pdtlv, len);
247 EXTRACT_16BITS(&pdtlv->length));
255 tll = EXTRACT_16BITS(&pdtlv->length) - TLV_HDRL;
256 aln = F_ALN_LEN(EXTRACT_16BITS(&pdtlv->length));
257 if (aln > EXTRACT_16BITS(&pdtlv->length)) {
261 type, EXTRACT_16BITS(&pdtlv->length), aln - len);
263 pad = aln - EXTRACT_16BITS(&pdtlv
360 const struct forces_tlv *pdtlv = (struct forces_tlv *)pptr; local
405 const struct forces_tlv *pdtlv = (struct forces_tlv *)pptr; local
[all...]

Completed in 43 milliseconds