Searched refs:tlv_header_t (Results 1 – 1 of 1) sorted by relevance
58 struct tlv_header_t { struct123 const struct tlv_header_t *tlv_header; in slow_print()167 TCHECK2(*tptr, sizeof(struct tlv_header_t)); in slow_print()168 tlv_header = (const struct tlv_header_t *)tptr; in slow_print()181 if (tlv_len < sizeof(struct tlv_header_t) || tlv_len > tlen) { in slow_print()186 tlv_tptr = tptr + sizeof(struct tlv_header_t); in slow_print()187 tlv_tlen = tlv_len - sizeof(struct tlv_header_t); in slow_print()