Lines Matching defs:smb2_negotiate_rsp
619 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;
629 __le32 MaxWriteSize;
630 __le64 SystemTime; /* MBZ */
631 __le64 ServerStartTime;
632 __le16 SecurityBufferOffset;
633 __le16 SecurityBufferLength;
634 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
635 __u8 Buffer[]; /* variable length GSS security buffer */