Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:byte_length

1624     u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
1661 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
1663 if (!TTEST2(*tptr, byte_length))
1666 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
1667 tptr+=byte_length;
1668 processed+=byte_length;