Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:bit_length

2023     u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
2035 bit_length = status_byte&0x3f;
2036 if (bit_length > 32) {
2039 bit_length));
2047 bit_length=*(tptr++);
2048 if (bit_length > 128) {
2051 bit_length));
2058 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
2071 bit_length));
2076 bit_length));