Lines Matching defs:smb2_negotiate_req
592 struct smb2_negotiate_req { struct
593 struct smb2_hdr hdr;
594 __le16 StructureSize; /* Must be 36 */
595 __le16 DialectCount;
596 __le16 SecurityMode;
597 __le16 Reserved; /* MBZ */
598 __le32 Capabilities;
599 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];
601 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */
602 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */
603 __le16 Reserved2;
604 __le16 Dialects[];