Searched defs:smb_com_copy_req (Results 1 – 1 of 1) sorted by relevance
1046 typedef struct smb_com_copy_req { struct1047 struct smb_hdr hdr; /* wct = 3 */1048 __u16 Tid2;1049 __le16 OpenFunction;1050 __le16 Flags;1051 __le16 ByteCount;1052 __u8 BufferFormat; /* 4 = ASCII or Unicode */1053 unsigned char OldFileName[];