Home
last modified time | relevance | path

Searched defs:smb2_negotiate_req (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsmb2pdu.h213 struct smb2_negotiate_req { struct
214 struct smb2_sync_hdr sync_hdr;
215 __le16 StructureSize; /* Must be 36 */
216 __le16 DialectCount;
217 __le16 SecurityMode;
218 __le16 Reserved; /* MBZ */
219 __le32 Capabilities;
220 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];
222 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */
223 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */
[all …]