summaryrefslogtreecommitdiff
path: root/src/nu_defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nu_defines.h')
-rwxr-xr-xsrc/nu_defines.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/nu_defines.h b/src/nu_defines.h
index 75c3f2b..36bbb56 100755
--- a/src/nu_defines.h
+++ b/src/nu_defines.h
@@ -99,6 +99,26 @@ typedef enum {
99} SMB_COMMAND; 99} SMB_COMMAND;
100 100
101typedef enum { 101typedef enum {
102 SMB_TRANS2_OPEN2 = 0x00,
103 SMB_TRANS2_FIND_FIRST2 = 0x01,
104 SMB_TRANS2_FIND_NEXT2 = 0x02,
105 SMB_TRANS2_QUERY_FS_INFORMATION = 0x03,
106 /* Reserved */
107 SMB_TRANS2_QUERY_PATH_INFORMATION = 0x05,
108 SMB_TRANS2_SET_PATH_INFORMATION = 0x06,
109 SMB_TRANS2_QUERY_FILE_INFORMATION = 0x07,
110 SMB_TRANS2_SET_FILE_INFORMATION = 0x08,
111 SMB_TRANS2_FSCTL = 0x09,
112 SMB_TRANS2_IOCTL2 = 0x0A,
113 SMB_TRANS2_FIND_NOTIFY_FIRST = 0x0B,
114 SMB_TRANS2_FIND_NOTIFY_NEXT = 0x0C,
115 SMB_TRANS2_CREATE_DIRECTORY = 0x0D,
116 SMB_TRANS2_SESSION_SETUP = 0x0E,
117 SMB_TRANS2_GET_DFS_REFERRAL = 0x10,
118 SMB_TRANS2_REPORT_DFS_INCONSISTENCY = 0x11,
119} SMB_TRANS2_SUBCOMMAND;
120
121typedef enum {
102 STATUS_SUCCESS = 0x00000000, 122 STATUS_SUCCESS = 0x00000000,
103 STATUS_WAIT_0 = 0x00000000, 123 STATUS_WAIT_0 = 0x00000000,
104 STATUS_WAIT_1 = 0x00000001, 124 STATUS_WAIT_1 = 0x00000001,