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

/netbsd-current/external/bsd/pdisk/dist/
H A Dlayout_dump.c72 int byte_length; local
91 byte_length = entry->bit_length / 8;
99 for (i = entry->byte_offset; byte_length > 0;i++) {
102 byte_length--;
124 byte_length = entry->bit_length / 8;
125 switch (byte_length) {
132 byte_length = entry->bit_length / 8;
133 switch (byte_length) {
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-eigrp.c225 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
367 byte_length = (bit_length + 7) / 8; /* variable length encoding */
369 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_int->destination, byte_length);
402 byte_length = (bit_length + 7) / 8; /* variable length encoding */
404 GET_CPY_BYTES(prefix, tlv_ptr.eigrp_tlv_ip_ext->destination, byte_length);
H A Dprint-isoclns.c2282 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
2313 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
2316 GET_CPY_BYTES(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
2317 tptr+=byte_length;
2318 processed+=byte_length;

Completed in 135 milliseconds