Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ldp.c247 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; in ldp_tlv_print() local
393 vc_info_len = *(tptr+2); in ldp_tlv_print()
395 if (vc_info_len == 0) { in ldp_tlv_print()
400 vc_info_len)); in ldp_tlv_print()
411 vc_info_len)); in ldp_tlv_print()
412 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 …]