Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-slow.c337 const struct tlv_header_t *tlv_header; in slow_marker_lacp_print() local
351 tlv_header = (const struct tlv_header_t *)tptr; in slow_marker_lacp_print()
352 tlv_len = tlv_header->length; in slow_marker_lacp_print()
357 (slow_com_header->proto_subtype << 8) + tlv_header->type), in slow_marker_lacp_print()
358 tlv_header->type, in slow_marker_lacp_print()
363 tlv_header->type != LACP_TLV_TERMINATOR && in slow_marker_lacp_print()
364 tlv_header->type != MARKER_TLV_TERMINATOR) { in slow_marker_lacp_print()
376 switch((slow_com_header->proto_subtype << 8) + tlv_header->type) { in slow_marker_lacp_print()