Home
last modified time | relevance | path

Searched refs:cfm_tlv_header_t (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-cfm.c175 struct cfm_tlv_header_t { struct
277 const struct cfm_tlv_header_t *cfm_tlv_header; in cfm_print()
535 cfm_tlv_header = (const struct cfm_tlv_header_t *)tptr; in cfm_print()
550 if (tlen < sizeof(struct cfm_tlv_header_t)) in cfm_print()
552 ND_TCHECK_LEN(tptr, sizeof(struct cfm_tlv_header_t)); in cfm_print()
557 tptr += sizeof(struct cfm_tlv_header_t); in cfm_print()
558 tlen -= sizeof(struct cfm_tlv_header_t); in cfm_print()