Searched defs:smb_com_copy_rsp (Results 1 – 1 of 1) sorted by relevance
1184 typedef struct smb_com_copy_rsp { struct1185 struct smb_hdr hdr; /* wct = 1 */1186 __le16 CopyCount; /* number of files copied */1187 __u16 ByteCount; /* may be zero */1188 __u8 BufferFormat; /* 0x04 - only present if errored file follows */1189 unsigned char ErrorFileName[]; /* only present if error in copy */