Searched refs:ret_hdr (Results 1 – 1 of 1) sorted by relevance
273 smb_session_xprt_gethdr(smb_session_t *session, smb_xprt_t *ret_hdr) in smb_session_xprt_gethdr() argument283 ret_hdr->xh_type = buf[0]; in smb_session_xprt_gethdr()284 ret_hdr->xh_length = (((uint32_t)buf[1] & 1) << 16) | in smb_session_xprt_gethdr()290 ret_hdr->xh_type = buf[0]; in smb_session_xprt_gethdr()292 if (ret_hdr->xh_type != 0) { in smb_session_xprt_gethdr()293 cmn_err(CE_WARN, "invalid type (%u)", ret_hdr->xh_type); in smb_session_xprt_gethdr()298 ret_hdr->xh_length = ((uint32_t)buf[1] << 16) | in smb_session_xprt_gethdr()