Home
last modified time | relevance | path

Searched defs:smb2_negotiate_req (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/smb/common/
H A Dsmb2pdu.h601 struct smb2_negotiate_req { struct
602 struct smb2_hdr hdr;
603 __le16 StructureSize; /* Must be 36 */
604 __le16 DialectCount;
605 __le16 SecurityMode;
606 __le16 Reserved; /* MBZ */
607 __le32 Capabilities;
608 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];
610 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */
612 __le16 Reserved2;
[all …]