Home
last modified time | relevance | path

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

/linux-4.1.27/fs/cifs/
Dsmb2pdu.h186 struct smb2_negotiate_req { struct
187 struct smb2_hdr hdr;
188 __le16 StructureSize; /* Must be 36 */
189 __le16 DialectCount;
190 __le16 SecurityMode;
191 __le16 Reserved; /* MBZ */
192 __le32 Capabilities;
193 __u8 ClientGUID[SMB2_CLIENT_GUID_SIZE];
194 __le64 ClientStartTime; /* MBZ */
195 __le16 Dialects[1]; /* One dialect (vers=) at a time for now */