Searched defs:ret_hdr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c314 smb_session_xprt_gethdr(smb_session_t *session, smb_xprt_t *ret_hdr) argument
324 ret_hdr->xh_type = buf[0];
325 ret_hdr->xh_length = (((uint32_t)buf[1] & 1) << 16) |
331 ret_hdr->xh_type = buf[0];
333 if (ret_hdr->xh_type != 0) {
335 ret_hdr->xh_type, session->ip_addr_str);
339 ret_hdr->xh_length = ((uint32_t)buf[1] << 16) |

Completed in 47 milliseconds