Searched defs:vc_info_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
396 vc_info_len = *(tptr+2);
398 if (vc_info_len == 0) {
403 vc_info_len);
414 vc_info_len);
415 if (vc_info_len < 4)
417 vc_info_len -= 4; /* subtract out the VC ID, giving the length of the interface parameters */
422 TLV_TCHECK(vc_info_len);
424 while (vc_info_len > 2) {
429 if (vc_info_len < vc_info_tlv_le
[all...]

Completed in 54 milliseconds