Lines Matching defs:smb2_negotiate_rsp
247 struct smb2_negotiate_rsp { struct
248 struct smb2_hdr hdr;
249 __le16 StructureSize; /* Must be 65 */
250 __le16 SecurityMode;
251 __le16 DialectRevision;
252 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
253 __u8 ServerGUID[16];
254 __le32 Capabilities;
255 __le32 MaxTransactSize;
256 __le32 MaxReadSize;
257 __le32 MaxWriteSize;
258 __le64 SystemTime; /* MBZ */
259 __le64 ServerStartTime;
260 __le16 SecurityBufferOffset;
261 __le16 SecurityBufferLength;
262 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
263 __u8 Buffer[1]; /* variable length GSS security buffer */