Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:byte_length

1956     u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen;
1993 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
1995 if (!ND_TTEST2(*tptr, byte_length))
1998 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
1999 tptr+=byte_length;
2000 processed+=byte_length;