Searched defs:smb_com_copy_req (Results 1 – 1 of 1) sorted by relevance
1172 typedef struct smb_com_copy_req { struct1173 struct smb_hdr hdr; /* wct = 3 */1174 __u16 Tid2;1175 __le16 OpenFunction;1176 __le16 Flags;1177 __le16 ByteCount;1178 __u8 BufferFormat; /* 4 = ASCII or Unicode */1179 unsigned char OldFileName[];