Searched defs:smb2_negotiate_req (Results 1 – 2 of 2) sorted by relevance
204 struct smb2_negotiate_req { struct205 struct smb2_hdr hdr;206 __le16 StructureSize; /* Must be 36 */207 __le16 DialectCount;208 __le16 SecurityMode;209 __le16 Reserved; /* MBZ */210 __le32 Capabilities;211 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];213 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */214 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */[all …]
275 struct smb2_negotiate_req { struct276 struct smb2_sync_hdr sync_hdr;277 __le16 StructureSize; /* Must be 36 */278 __le16 DialectCount;279 __le16 SecurityMode;280 __le16 Reserved; /* MBZ */281 __le32 Capabilities;282 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];284 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */285 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */[all …]