Lines Matching defs:smb2_negotiate_rsp
582 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;
592 __le32 MaxWriteSize;
593 __le64 SystemTime; /* MBZ */
594 __le64 ServerStartTime;
595 __le16 SecurityBufferOffset;
596 __le16 SecurityBufferLength;
597 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
598 __u8 Buffer[1]; /* variable length GSS security buffer */