Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ldp.c255 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; in ldp_tlv_print() local
396 vc_info_len = *(tptr+2); in ldp_tlv_print()
398 if (vc_info_len == 0) { in ldp_tlv_print()
403 vc_info_len); in ldp_tlv_print()
414 vc_info_len); in ldp_tlv_print()
415 if (vc_info_len < 4) in ldp_tlv_print()
417vc_info_len -= 4; /* subtract out the VC ID, giving the length of the interface parameters */ in ldp_tlv_print()
422 TLV_TCHECK(vc_info_len); in ldp_tlv_print()
424 while (vc_info_len > 2) { in ldp_tlv_print()
429 if (vc_info_len < vc_info_tlv_len) in ldp_tlv_print()
[all …]