Searched refs:SMB_MSGBUF_UNICODE (Results 1 – 7 of 7) sorted by relevance
61 #define SMB_MSGBUF_UNICODE 0x00000001 macro
323 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_decode()570 if (mb->flags & SMB_MSGBUF_UNICODE) in buf_encode()
247 mbflags |= SMB_MSGBUF_UNICODE; in smbd_ntlmssp_negotiate()419 mbflags |= SMB_MSGBUF_UNICODE; in smbd_ntlmssp_authenticate()
556 smb_msgbuf_init(&mb, wcbuf, wclen, SMB_MSGBUF_UNICODE); in smb_com_negotiate()
391 uint32_t mb_flags = SMB_MSGBUF_UNICODE; in smb2_find_mbc_encode()
216 SMB_MSGBUF_UNICODE); in smb_com_trans2_query_fs_information()
744 mb_flags = (sr->smb_flg2 & SMB_FLAGS2_UNICODE) ? SMB_MSGBUF_UNICODE : 0; in smb_trans2_find_mbc_encode()