Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-slow.c123 const struct tlv_header_t *tlv_header; in slow_print() local
167 tlv_header = (const struct tlv_header_t *)tptr; in slow_print()
168 tlv_len = tlv_header->length; in slow_print()
173 (slow_com_header->proto_subtype << 8) + tlv_header->type), in slow_print()
174 tlv_header->type, in slow_print()
179 tlv_header->type != LACP_TLV_TERMINATOR && in slow_print()
180 tlv_header->type != MARKER_TLV_TERMINATOR) { in slow_print()
192 switch((slow_com_header->proto_subtype << 8) + tlv_header->type) { in slow_print()