Home | History | Annotate | Download | only in dist

Lines Matching defs:first_tlv_offset

40     nd_uint8_t first_tlv_offset;
276 uint8_t mdlevel_version, opcode, flags, first_tlv_offset;
327 first_tlv_offset = GET_U_1(cfm_common_header->first_tlv_offset);
328 ND_PRINT("\n\tFirst TLV offset %u", first_tlv_offset);
336 if (first_tlv_offset > tlen) {
344 if (first_tlv_offset < sizeof(*msg_ptr.cfm_ccm)) {
473 if (first_tlv_offset < sizeof(*msg_ptr.cfm_ltm)) {
496 if (first_tlv_offset < sizeof(*msg_ptr.cfm_ltr)) {
527 tlen - first_tlv_offset);
531 tptr += first_tlv_offset;
532 tlen -= first_tlv_offset;