Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ldp.c248 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; in ldp_tlv_print() local
387 vc_info_len = *(tptr+2); in ldp_tlv_print()
394 if (vc_info_len == 0) { in ldp_tlv_print()
399 vc_info_len)); in ldp_tlv_print()
410 vc_info_len)); in ldp_tlv_print()
411 if (vc_info_len < 4) { in ldp_tlv_print()
416vc_info_len -= 4; /* subtract out the VC ID, giving the length of the interface parameters */ in ldp_tlv_print()
421 TLV_TCHECK(vc_info_len); in ldp_tlv_print()
423 while (vc_info_len > 2) { in ldp_tlv_print()
428 if (vc_info_len < vc_info_tlv_len) in ldp_tlv_print()
[all …]