ccid_header_t
const ccid_header_t *cch;
cch = (ccid_header_t *)cc->cc_response->b_rptr;
const ccid_header_t *cch;
cch = (ccid_header_t *)cc->cc_response->b_rptr;
ccid_header_t cch;
ccid_header_t cch;
if (mlen >= sizeof (ccid_header_t)) {
if (LE_32(cch.ch_length) + sizeof (ccid_header_t) > mlen) {
ccid_header_t *cchead;
ccid_header_t *cchead;
if (datasz + sizeof (ccid_header_t) < datasz)
if (datasz + sizeof (ccid_header_t) > ccid->ccid_bufsize)
allocsz = datasz + sizeof (ccid_header_t);
cc->cc_ubrp->bulk_data->b_wptr += sizeof (ccid_header_t);
VERIFY3U(mlen, >=, len + sizeof (ccid_header_t));
cc->cc_response->b_rptr += sizeof (ccid_header_t);
cpbuf = cc->cc_response->b_rptr + sizeof (ccid_header_t);
mp->b_rptr += sizeof (ccid_header_t);