Searched defs:smb_com_tconx_req (Results 1 – 1 of 1) sorted by relevance
688 typedef struct smb_com_tconx_req { struct689 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 */