Searched defs:smb_com_readx_req (Results 1 – 1 of 1) sorted by relevance
1050 typedef struct smb_com_readx_req { struct1051 struct smb_hdr hdr; /* wct = 10 */1052 __u8 AndXCommand;1053 __u8 AndXReserved;1054 __le16 AndXOffset;1055 __u16 Fid;1056 __le32 OffsetLow;1057 __le16 MaxCount;1058 __le16 MinCount; /* obsolete */1059 __le32 Reserved;[all …]