Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ldp.c251 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; in ldp_tlv_print() local
356 vc_info_len = *(tptr+2); in ldp_tlv_print()
363 vc_info_len); in ldp_tlv_print()
365 if (vc_info_len == 0) /* infinite loop protection */ in ldp_tlv_print()
369 if (!TTEST2(*tptr, vc_info_len)) in ldp_tlv_print()
372 while (vc_info_len > 2) { in ldp_tlv_print()
377 if (vc_info_len < vc_info_tlv_len) in ldp_tlv_print()
410 vc_info_len -= vc_info_tlv_len; in ldp_tlv_print()