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

/freebsd-11.0-release/sys/dev/isci/scil/
H A Dsati_callbacks.h355 U32 byte_length
H A Dscif_sas_sati_binding.h229 #define sati_cb_sge_write(current_sge, phys_address_low, phys_address_high, byte_length) \
234 scu_sge->length = (byte_length); \
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-eigrp.c213 u_int tlen,eigrp_tlv_len,eigrp_tlv_type,tlv_tlen, byte_length, bit_length; local
326 byte_length = (bit_length + 7) / 8; /* variable length encoding */
328 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_int->destination,byte_length);
355 byte_length = (bit_length + 7) / 8; /* variable length encoding */
357 memcpy(prefix,&tlv_ptr.eigrp_tlv_ip_ext->destination,byte_length);
H A Dprint-isoclns.c1958 u_int metric, status_byte, bit_length, byte_length, sublen, processed, subtlvtype, subtlvlen; local
1995 byte_length = (bit_length + 7) / 8; /* prefix has variable length encoding */
1997 if (!ND_TTEST2(*tptr, byte_length))
2000 memcpy(prefix,tptr,byte_length); /* copy as much as is stored in the TLV */
2001 tptr+=byte_length;
2002 processed+=byte_length;

Completed in 187 milliseconds