Searched defs:smb2_negotiate_req (Results 1 – 2 of 2) sorted by relevance
604 struct smb2_negotiate_req { struct605 struct smb2_hdr hdr;606 __le16 StructureSize; /* Must be 36 */607 __le16 DialectCount;608 __le16 SecurityMode;609 __le16 Reserved; /* MBZ */610 __le32 Capabilities;611 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];613 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */614 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */[all …]
277 struct smb2_negotiate_req { struct278 struct smb2_sync_hdr sync_hdr;279 __le16 StructureSize; /* Must be 36 */280 __le16 DialectCount;281 __le16 SecurityMode;282 __le16 Reserved; /* MBZ */283 __le32 Capabilities;284 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];286 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */287 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */[all …]