Searched defs:smb_com_readx_req (Results 1 – 1 of 1) sorted by relevance
1016 typedef struct smb_com_readx_req { struct1017 struct smb_hdr hdr; /* wct = 10 */1018 __u8 AndXCommand;1019 __u8 AndXReserved;1020 __le16 AndXOffset;1021 __u16 Fid;1022 __le32 OffsetLow;1023 __le16 MaxCount;1024 __le16 MinCount; /* obsolete */1025 __le32 Reserved;[all …]