Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_session_setup.c42 uint16_t SessionFlags; in smb2_session_setup() local
128 SessionFlags = 0; in smb2_session_setup()
134 SessionFlags |= SMB2_SESSION_FLAG_IS_GUEST; in smb2_session_setup()
136 SessionFlags |= SMB2_SESSION_FLAG_IS_NULL; in smb2_session_setup()
138 SessionFlags |= SMB2_SESSION_FLAG_ENCRYPT_DATA; in smb2_session_setup()
182 SessionFlags, /* w */ in smb2_session_setup()