Lines Matching defs:smb2_negotiate_rsp
616 struct smb2_negotiate_rsp { struct
617 struct smb2_hdr hdr;
618 __le16 StructureSize; /* Must be 65 */
619 __le16 SecurityMode;
620 __le16 DialectRevision;
621 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
622 __u8 ServerGUID[16];
623 __le32 Capabilities;
624 __le32 MaxTransactSize;
625 __le32 MaxReadSize;
626 __le32 MaxWriteSize;
627 __le64 SystemTime; /* MBZ */
628 __le64 ServerStartTime;
629 __le16 SecurityBufferOffset;
630 __le16 SecurityBufferLength;
631 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
632 __u8 Buffer[]; /* variable length GSS security buffer */