Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifspdu.h688 typedef struct smb_com_tconx_req { struct
689 struct smb_hdr hdr; /* wct = 4 */
690 __u8 AndXCommand;
691 __u8 AndXReserved;
692 __le16 AndXOffset;
693 __le16 Flags; /* see below */
694 __le16 PasswordLength;
695 __le16 ByteCount;
696 unsigned char Password[]; /* followed by */