Searched defs:smb2_negotiate_rsp (Results 1 – 1 of 1) sorted by relevance
247 struct smb2_negotiate_rsp { struct248 struct smb2_hdr hdr;249 __le16 StructureSize; /* Must be 65 */250 __le16 SecurityMode;251 __le16 DialectRevision;252 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */253 __u8 ServerGUID[16];254 __le32 Capabilities;255 __le32 MaxTransactSize;256 __le32 MaxReadSize;[all …]