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