Lines Matching defs:tlv_header_t
178 struct tlv_header_t {
345 const struct tlv_header_t *tlv_header;
358 if (tlen < sizeof(struct tlv_header_t))
361 tlv_header = (const struct tlv_header_t *)tptr;
381 if (tlv_len < sizeof(struct tlv_header_t)) {
383 sizeof(struct tlv_header_t));
393 tlv_tptr=tptr+sizeof(struct tlv_header_t);
394 tlv_tlen=tlv_len-sizeof(struct tlv_header_t);
404 sizeof(struct tlv_header_t) + sizeof(struct lacp_tlv_actor_partner_info_t));
427 sizeof(struct tlv_header_t) + sizeof(struct lacp_tlv_collector_info_t));
442 sizeof(struct tlv_header_t) + sizeof(struct marker_tlv_marker_info_t));
464 print_unknown_data(ndo, tptr+sizeof(struct tlv_header_t), "\n\t ",
465 tlv_len-sizeof(struct tlv_header_t));