Home
last modified time | relevance | path

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

/linux/fs/smb/common/
H A Dsmb2pdu.h619 struct smb2_negotiate_rsp { struct
620 struct smb2_hdr hdr;
621 __le16 StructureSize; /* Must be 65 */
622 __le16 SecurityMode;
623 __le16 DialectRevision;
624 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
625 __u8 ServerGUID[16];
626 __le32 Capabilities;
627 __le32 MaxTransactSize;
628 __le32 MaxReadSize;
[all …]