Searched refs:SMBunlink (Results 1 – 2 of 2) sorted by relevance
192 #define SMBunlink 0x06 /* delete file */ macro
1584 p = smb_setup_header(server, SMBunlink, 1, 0); in smb_proc_unlink()1591 if ((result = smb_request_ok(server, SMBunlink, 0, 0)) < 0) { in smb_proc_unlink()