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

/freebsd-10-stable/contrib/tcpdump/
H A Dprint-cfm.c52 u_int8_t first_tlv_offset; member in struct:cfm_common_header_t
334 printf("\n\tFirst TLV offset %u", cfm_common_header->first_tlv_offset);
469 if (tlen > cfm_common_header->first_tlv_offset) {
471 tlen - cfm_common_header->first_tlv_offset);
479 if (tlen <= cfm_common_header->first_tlv_offset) {
483 tptr += cfm_common_header->first_tlv_offset;
484 tlen -= cfm_common_header->first_tlv_offset;

Completed in 58 milliseconds