Home
last modified time | relevance | path

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

/linux-6.1.9/fs/smbfs_common/
Dsmb2pdu.h582 struct smb2_negotiate_rsp { struct
583 struct smb2_hdr hdr;
584 __le16 StructureSize; /* Must be 65 */
585 __le16 SecurityMode;
586 __le16 DialectRevision;
587 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
588 __u8 ServerGUID[16];
589 __le32 Capabilities;
590 __le32 MaxTransactSize;
591 __le32 MaxReadSize;
[all …]