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

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-slow.c179 struct tlv_header_t { struct
353 const struct tlv_header_t *tlv_header;
366 if (tlen < sizeof(struct tlv_header_t))
369 ND_TCHECK2(*tptr, sizeof(struct tlv_header_t));
370 tlv_header = (const struct tlv_header_t *)tptr;
389 if (tlv_len < sizeof(struct tlv_header_t)) {
391 (unsigned long) sizeof(struct tlv_header_t)));
401 tlv_tptr=tptr+sizeof(struct tlv_header_t);
402 tlv_tlen=tlv_len-sizeof(struct tlv_header_t);
412 (unsigned long) (sizeof(struct tlv_header_t)
[all...]

Completed in 104 milliseconds