Home | History | Annotate | Download | only in tcpdump

Lines Matching full:sublen

1624     u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
1704 sublen=*(tptr++);
1705 processed+=sublen+1;
1706 printf(" (%u)",sublen); /* print out subTLV length */
1708 while (sublen>0) {
1718 sublen-=(subtlvlen+2);