Lines Matching defs:smb2_negotiate_rsp
351 struct smb2_negotiate_rsp { struct
352 struct smb2_hdr hdr;
353 __le16 StructureSize; /* Must be 65 */
354 __le16 SecurityMode;
355 __le16 DialectRevision;
356 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
357 __u8 ServerGUID[16];
358 __le32 Capabilities;
359 __le32 MaxTransactSize;
360 __le32 MaxReadSize;
361 __le32 MaxWriteSize;
362 __le64 SystemTime; /* MBZ */
363 __le64 ServerStartTime;
364 __le16 SecurityBufferOffset;
365 __le16 SecurityBufferLength;
366 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
367 __u8 Buffer[1]; /* variable length GSS security buffer */