Searched defs:smb_com_readx_req (Results 1 – 1 of 1) sorted by relevance
898 typedef struct smb_com_readx_req { struct899 struct smb_hdr hdr; /* wct = 10 */900 __u8 AndXCommand;901 __u8 AndXReserved;902 __le16 AndXOffset;903 __u16 Fid;904 __le32 OffsetLow;905 __le16 MaxCount;906 __le16 MinCount; /* obsolete */907 __le32 Reserved;[all …]