Home
last modified time | relevance | path

Searched refs:SMB_MSGBUF_UNICODE (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/common/smbsrv/
H A Dmsgbuf.h61 #define SMB_MSGBUF_UNICODE 0x00000001 macro
/titanic_50/usr/src/common/smbsrv/
H A Dsmb_msgbuf.c323 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_decode()
570 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_encode()
/titanic_50/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_ntlmssp.c247 mbflags |= SMB_MSGBUF_UNICODE; in smbd_ntlmssp_negotiate()
419 mbflags |= SMB_MSGBUF_UNICODE; in smbd_ntlmssp_authenticate()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c556 smb_msgbuf_init(&mb, wcbuf, wclen, SMB_MSGBUF_UNICODE); in smb_com_negotiate()
H A Dsmb2_query_dir.c391 uint32_t mb_flags = SMB_MSGBUF_UNICODE; in smb2_find_mbc_encode()
H A Dsmb_fsinfo.c216 SMB_MSGBUF_UNICODE); in smb_com_trans2_query_fs_information()
H A Dsmb_trans2_find.c744 mb_flags = (sr->smb_flg2 & SMB_FLAGS2_UNICODE) ? SMB_MSGBUF_UNICODE : 0; in smb_trans2_find_mbc_encode()