Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-cfm.c40 uint8_t first_tlv_offset; member
326 ND_PRINT((ndo, "\n\tFirst TLV offset %u", cfm_common_header->first_tlv_offset)); in cfm_print()
461 if (tlen > cfm_common_header->first_tlv_offset) { in cfm_print()
463 tlen - cfm_common_header->first_tlv_offset); in cfm_print()
471 if (tlen <= cfm_common_header->first_tlv_offset) { in cfm_print()
475 tptr += cfm_common_header->first_tlv_offset; in cfm_print()
476 tlen -= cfm_common_header->first_tlv_offset; in cfm_print()