Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-slow.c178 struct tlv_header_t { struct
345 const struct tlv_header_t *tlv_header; in slow_marker_lacp_print()
358 if (tlen < sizeof(struct tlv_header_t)) in slow_marker_lacp_print()
361 tlv_header = (const struct tlv_header_t *)tptr; in slow_marker_lacp_print()
381 if (tlv_len < sizeof(struct tlv_header_t)) { in slow_marker_lacp_print()
383 sizeof(struct tlv_header_t)); in slow_marker_lacp_print()
393 tlv_tptr=tptr+sizeof(struct tlv_header_t); in slow_marker_lacp_print()
394 tlv_tlen=tlv_len-sizeof(struct tlv_header_t); in slow_marker_lacp_print()
404 … sizeof(struct tlv_header_t) + sizeof(struct lacp_tlv_actor_partner_info_t)); in slow_marker_lacp_print()
427 sizeof(struct tlv_header_t) + sizeof(struct lacp_tlv_collector_info_t)); in slow_marker_lacp_print()
[all …]