Searched refs:cmlen (Results 1 – 2 of 2) sorted by relevance
1100 size_t cmlen; in rdsv3_put_cmsg() local1115 cmlen = CMSG_LEN(size); in rdsv3_put_cmsg()1128 cp->cmsg_len = cmlen; in rdsv3_put_cmsg()1132 bcopy(payload, CMSG_DATA(cp), cmlen - in rdsv3_put_cmsg()
463 uint_t sidlen, cslen, cmlen; in kssl_handle_client_hello() local641 cmlen = *mp->b_rptr++; in kssl_handle_client_hello()642 ch_msglen += cmlen - 1; /* -1 accounts for the null method */ in kssl_handle_client_hello()653 while (cmlen >= 1) { in kssl_handle_client_hello()656 cmlen--; in kssl_handle_client_hello()659 if (cmlen == 0) { in kssl_handle_client_hello()673 mp->b_rptr += cmlen - 1; in kssl_handle_client_hello()