Home
last modified time | relevance | path

Searched refs:xh_type (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c152 hdr.xh_type = type; in smb_session_send()
201 if ((hdr.xh_type != SESSION_REQUEST) || in smb_session_request()
283 ret_hdr->xh_type = buf[0]; 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()
327 buf[0] = hdr->xh_type; in smb_session_xprt_puthdr()
334 buf[0] = hdr->xh_type; in smb_session_xprt_puthdr()
527 if (hdr.xh_type != SESSION_MESSAGE) { in smb_session_message()
535 if (hdr.xh_type == SESSION_KEEP_ALIVE) { in smb_session_message()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h520 uint8_t xh_type; member