Searched defs:smb2_negotiate_req (Results 1 – 1 of 1) sorted by relevance
218 struct smb2_negotiate_req { struct219 struct smb2_sync_hdr sync_hdr;220 __le16 StructureSize; /* Must be 36 */221 __le16 DialectCount;222 __le16 SecurityMode;223 __le16 Reserved; /* MBZ */224 __le32 Capabilities;225 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];227 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */228 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */[all …]