Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-slow.c183 struct tlv_header_t { struct
337 const struct tlv_header_t *tlv_header; in slow_marker_lacp_print()
350 ND_TCHECK2(*tptr, sizeof(struct tlv_header_t)); in slow_marker_lacp_print()
351 tlv_header = (const struct tlv_header_t *)tptr; in slow_marker_lacp_print()
361 if ((tlv_len < sizeof(struct tlv_header_t) || in slow_marker_lacp_print()
366 print_unknown_data(ndo, tptr+sizeof(struct tlv_header_t), "\n\t ", tlen); in slow_marker_lacp_print()
370 tlv_tptr=tptr+sizeof(struct tlv_header_t); in slow_marker_lacp_print()
371 tlv_tlen=tlv_len-sizeof(struct tlv_header_t); in slow_marker_lacp_print()
420 sizeof(struct tlv_header_t); in slow_marker_lacp_print()
439 print_unknown_data(ndo, tptr+sizeof(struct tlv_header_t), "\n\t ", in slow_marker_lacp_print()
[all …]