Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-slow.c353 const struct tlv_header_t *tlv_header; in slow_marker_lacp_print() local
370 tlv_header = (const struct tlv_header_t *)tptr; in slow_marker_lacp_print()
371 tlv_len = tlv_header->length; in slow_marker_lacp_print()
376 (proto_subtype << 8) + tlv_header->type), in slow_marker_lacp_print()
377 tlv_header->type, in slow_marker_lacp_print()
380 if (tlv_header->type == LACP_MARKER_TLV_TERMINATOR) { in slow_marker_lacp_print()
404 switch((proto_subtype << 8) + tlv_header->type) { in slow_marker_lacp_print()