Lines Matching +full:close +full:- +full:range
2 * Copyright (C) Andrew Tridgell 1995-1999
5 * BSD-style license that accompanies tcpdump or the GNU GPL version 2
17 #define SMBclose 0x04 /* close file */
25 #define SMBlock 0x0C /* lock byte range */
26 #define SMBunlock 0x0D /* unlock byte range */
40 #define SMBsplclose 0xC2 /* close print spool file */
47 #define SMBsendstrt 0xD5 /* send start of multi-block message */
48 #define SMBsendend 0xD6 /* send end of multi-block message */
49 #define SMBsendtxt 0xD7 /* send text of multi-block message */
52 #define SMBlockread 0x13 /* Lock a range and read */
53 #define SMBwriteunlock 0x14 /* Unlock a range then write */
57 #define SMBwriteclose 0x2c /* write a file then close it */
70 #define SMBtrans 0x25 /* transaction - name, bytes in/out */
83 #define SMBfclose 0x84 /* find close */