Home | History | Annotate | Download | only in tcpdump

Lines Matching full:sublen

1970     u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
2053 sublen=*(tptr++);
2054 processed+=sublen+1;
2055 printf(" (%u)",sublen); /* print out subTLV length */
2057 while (sublen>0) {
2067 sublen-=(subtlvlen+2);