Searched refs:byte_length (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/bin/network/tcpdump/
H A Dprint-eigrp.c219 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
332 byte_length = (bit_length + 7) / 8; /* variable length encoding */
334 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
361 byte_length = (bit_length + 7) / 8; /* variable length encoding */
363 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
H A Dprint-isoclns.c1624 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
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;

Completed in 89 milliseconds