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

/external/tcpdump/
H A Dprint-ldp.c255 u_int ui,vc_info_len, vc_info_tlv_type, vc_info_tlv_len,idx; local
426 vc_info_tlv_len = *(tptr+1);
427 if (vc_info_tlv_len < 2)
429 if (vc_info_len < vc_info_tlv_len)
435 vc_info_tlv_len);
444 for (idx = 2; idx < vc_info_tlv_len; idx++)
458 print_unknown_data(tptr+2,"\n\t\t ",vc_info_tlv_len-2);
462 vc_info_len -= vc_info_tlv_len;
463 tptr += vc_info_tlv_len;

Completed in 87 milliseconds