Searched defs:smb_com_delete_file_req (Results 1 – 1 of 1) sorted by relevance
1213 typedef struct smb_com_delete_file_req { struct1214 struct smb_hdr hdr; /* wct = 1 */1215 __le16 SearchAttributes;1216 __le16 ByteCount;1217 __u8 BufferFormat; /* 4 = ASCII */1218 unsigned char fileName[];