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

/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-ldp.c258 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; local
433 vc_info_tlv_len = GET_U_1(tptr + 1);
434 if (vc_info_tlv_len < 2)
436 if (vc_info_len < vc_info_tlv_len)
442 vc_info_tlv_len);
451 for (idx = 2; idx < vc_info_tlv_len; idx++)
465 print_unknown_data(ndo, tptr+2, "\n\t\t ", vc_info_tlv_len-2);
469 vc_info_len -= vc_info_tlv_len;
470 tptr += vc_info_tlv_len;

Completed in 190 milliseconds