Searched refs:first_tlv_offset (Results 1 – 1 of 1) sorted by relevance
52 u_int8_t first_tlv_offset; member334 printf("\n\tFirst TLV offset %u", cfm_common_header->first_tlv_offset); in cfm_print()469 if (tlen > cfm_common_header->first_tlv_offset) { in cfm_print()471 tlen - cfm_common_header->first_tlv_offset); in cfm_print()479 if (tlen <= cfm_common_header->first_tlv_offset) { in cfm_print()483 tptr += cfm_common_header->first_tlv_offset; in cfm_print()484 tlen -= cfm_common_header->first_tlv_offset; in cfm_print()