Searched defs:smb_com_readx_req (Results 1 – 1 of 1) sorted by relevance
1027 typedef struct smb_com_readx_req { struct1028 struct smb_hdr hdr; /* wct = 10 */1029 __u8 AndXCommand;1030 __u8 AndXReserved;1031 __le16 AndXOffset;1032 __u16 Fid;1033 __le32 OffsetLow;1034 __le16 MaxCount;1035 __le16 MinCount; /* obsolete */1036 __le32 Reserved;[all …]