Searched defs:smb_com_tconx_req (Results 1 – 1 of 1) sorted by relevance
728 typedef struct smb_com_tconx_req { struct729 struct smb_hdr hdr; /* wct = 4 */730 __u8 AndXCommand;731 __u8 AndXReserved;732 __le16 AndXOffset;733 __le16 Flags; /* see below */734 __le16 PasswordLength;735 __le16 ByteCount;736 unsigned char Password[]; /* followed by */