Searched defs:smb_com_read_req (Results 1 – 1 of 1) sorted by relevance
946 typedef struct smb_com_read_req { struct947 struct smb_hdr hdr; /* wct = 12 */948 __u8 AndXCommand;949 __u8 AndXReserved;950 __le16 AndXOffset;951 __u16 Fid;952 __le32 OffsetLow;953 __le16 MaxCount;954 __le16 MinCount; /* obsolete */955 __le32 MaxCountHigh;[all …]