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