Lines Matching defs:smb2_negotiate_req
567 struct smb2_negotiate_req { struct
568 struct smb2_hdr hdr;
569 __le16 StructureSize; /* Must be 36 */
570 __le16 DialectCount;
571 __le16 SecurityMode;
572 __le16 Reserved; /* MBZ */
573 __le32 Capabilities;
574 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];
576 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */
577 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */
578 __le16 Reserved2;
579 __le16 Dialects[];