Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ldp.c251 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; in ldp_tlv_print() local
430 vc_info_tlv_len = GET_U_1(tptr + 1); in ldp_tlv_print()
431 if (vc_info_tlv_len < 2) in ldp_tlv_print()
433 if (vc_info_len < vc_info_tlv_len) in ldp_tlv_print()
439 vc_info_tlv_len); in ldp_tlv_print()
448 for (idx = 2; idx < vc_info_tlv_len; idx++) in ldp_tlv_print()
462 print_unknown_data(ndo, tptr+2, "\n\t\t ", vc_info_tlv_len-2); in ldp_tlv_print()
466 vc_info_len -= vc_info_tlv_len; in ldp_tlv_print()
467 tptr += vc_info_tlv_len; in ldp_tlv_print()