Searched defs:smb_com_readx_req (Results 1 – 1 of 1) sorted by relevance
1060 typedef struct smb_com_readx_req { struct1061 struct smb_hdr hdr; /* wct = 10 */1062 __u8 AndXCommand;1063 __u8 AndXReserved;1064 __le16 AndXOffset;1065 __u16 Fid;1066 __le32 OffsetLow;1067 __le16 MaxCount;1068 __le16 MinCount; /* obsolete */1069 __le32 Reserved;[all …]