Searched defs:smb2_negotiate_req (Results 1 – 2 of 2) sorted by relevance
212 struct smb2_negotiate_req { struct213 struct smb2_hdr hdr;214 __le16 StructureSize; /* Must be 36 */215 __le16 DialectCount;216 __le16 SecurityMode;217 __le16 Reserved; /* MBZ */218 __le32 Capabilities;219 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];221 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */222 __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 …]