Lines Matching defs:smb2_negotiate_rsp
607 struct smb2_negotiate_rsp { struct
608 struct smb2_hdr hdr;
609 __le16 StructureSize; /* Must be 65 */
610 __le16 SecurityMode;
611 __le16 DialectRevision;
612 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
613 __u8 ServerGUID[16];
614 __le32 Capabilities;
615 __le32 MaxTransactSize;
616 __le32 MaxReadSize;
617 __le32 MaxWriteSize;
618 __le64 SystemTime; /* MBZ */
619 __le64 ServerStartTime;
620 __le16 SecurityBufferOffset;
621 __le16 SecurityBufferLength;
622 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
623 __u8 Buffer[]; /* variable length GSS security buffer */