Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:byte_length

2023     u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
2058 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
2060 if (!ND_TTEST2(*tptr, byte_length))
2063 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
2064 tptr+=byte_length;
2065 processed+=byte_length;