Lines Matching +full:0 +full:x103

42 	SMB_DIALECT_CORE,		/* PC NETWORK PROGRAM 1.0, PCLAN1.0 */
44 SMB_DIALECT_LANMAN1_0, /* MICROSOFT NETWORKS 3.0, LANMAN1.0 */
70 #define SMB_FLAGS_CASELESS 0x08
71 #define SMB_FLAGS_SERVER_RESP 0x80 /* indicates a response */
76 #define SMB_FLAGS2_KNOWS_LONG_NAMES 0x0001
77 #define SMB_FLAGS2_KNOWS_EAS 0x0002 /* client know about EAs */
78 #define SMB_FLAGS2_SECURITY_SIGNATURE 0x0004 /* check SMB integrity */
79 #define SMB_FLAGS2_IS_LONG_NAME 0x0040 /* any path name is a long name */
80 #define SMB_FLAGS2_EXT_SEC 0x0800 /* client aware of Extended
82 #define SMB_FLAGS2_DFS 0x1000 /* resolve paths in DFS */
83 #define SMB_FLAGS2_PAGING_IO 0x2000 /* for exec */
84 #define SMB_FLAGS2_ERR_STATUS 0x4000 /* 1 - status.status */
85 #define SMB_FLAGS2_UNICODE 0x8000 /* use Unicode for all strings */
87 #define SMB_UID_UNKNOWN 0xffff
88 #define SMB_TID_UNKNOWN 0xffff
93 #define SMB_SM_USER 0x01 /* server in the user security mode */
94 #define SMB_SM_ENCRYPT 0x02 /* use challenge/response */
95 #define SMB_SM_SIGS 0x04
96 #define SMB_SM_SIGS_REQUIRE 0x08
101 #define SMB_CAP_RAW_MODE 0x0001
102 #define SMB_CAP_MPX_MODE 0x0002
103 #define SMB_CAP_UNICODE 0x0004
104 #define SMB_CAP_LARGE_FILES 0x0008 /* 64 bit offsets supported */
105 #define SMB_CAP_NT_SMBS 0x0010
106 #define SMB_CAP_RPC_REMOTE_APIS 0x0020
107 #define SMB_CAP_STATUS32 0x0040
108 #define SMB_CAP_LEVEL_II_OPLOCKS 0x0080
109 #define SMB_CAP_LOCK_AND_READ 0x0100
110 #define SMB_CAP_NT_FIND 0x0200
111 #define SMB_CAP_DFS 0x1000
112 #define SMB_CAP_INFOLEVEL_PASSTHRU 0x2000
113 #define SMB_CAP_LARGE_READX 0x4000
114 #define SMB_CAP_LARGE_WRITEX 0x8000
115 #define SMB_CAP_UNIX 0x00800000
116 #define SMB_CAP_BULK_TRANSFER 0x20000000
117 #define SMB_CAP_COMPRESSED_DATA 0x40000000
118 #define SMB_CAP_EXT_SECURITY 0x80000000
123 #define SMB_FA_RDONLY 0x01
124 #define SMB_FA_HIDDEN 0x02
125 #define SMB_FA_SYSTEM 0x04
126 #define SMB_FA_VOLUME 0x08
127 #define SMB_FA_DIR 0x10
128 #define SMB_FA_ARCHIVE 0x20
133 #define SMB_EFA_RDONLY 0x0001
134 #define SMB_EFA_HIDDEN 0x0002
135 #define SMB_EFA_SYSTEM 0x0004
136 #define SMB_EFA_DIRECTORY 0x0010
137 #define SMB_EFA_ARCHIVE 0x0020
138 #define SMB_EFA_NORMAL 0x0080
139 #define SMB_EFA_TEMPORARY 0x0100
140 #define SMB_EFA_COMPRESSED 0x0800
141 #define SMB_EFA_POSIX_SEMANTICS 0x01000000
142 #define SMB_EFA_BACKUP_SEMANTICS 0x02000000
143 #define SMB_EFA_DELETE_ON_CLOSE 0x04000000
144 #define SMB_EFA_SEQUENTIAL_SCAN 0x08000000
145 #define SMB_EFA_RANDOM_ACCESS 0x10000000
146 #define SMB_EFA_NO_BUFFERING 0x20000000
147 #define SMB_EFA_WRITE_THROUGH 0x80000000
152 #define SMB_AM_OPENREAD 0x0000
153 #define SMB_AM_OPENWRITE 0x0001
154 #define SMB_AM_OPENRW 0x0002
155 #define SMB_AM_OPENEXEC 0x0003
156 #define SMB_SM_COMPAT 0x0000
157 #define SMB_SM_EXCLUSIVE 0x0010
158 #define SMB_SM_DENYWRITE 0x0020
159 #define SMB_SM_DENYREADEXEC 0x0030
160 #define SMB_SM_DENYNONE 0x0040
165 #define SMB_COM_CREATE_DIRECTORY 0x00
166 #define SMB_COM_DELETE_DIRECTORY 0x01
167 #define SMB_COM_OPEN 0x02
168 #define SMB_COM_CREATE 0x03
169 #define SMB_COM_CLOSE 0x04
170 #define SMB_COM_FLUSH 0x05
171 #define SMB_COM_DELETE 0x06
172 #define SMB_COM_RENAME 0x07
173 #define SMB_COM_QUERY_INFORMATION 0x08
174 #define SMB_COM_SET_INFORMATION 0x09
175 #define SMB_COM_READ 0x0A
176 #define SMB_COM_WRITE 0x0B
177 #define SMB_COM_LOCK_BYTE_RANGE 0x0C
178 #define SMB_COM_UNLOCK_BYTE_RANGE 0x0D
179 #define SMB_COM_CREATE_TEMPORARY 0x0E
180 #define SMB_COM_CREATE_NEW 0x0F
181 #define SMB_COM_CHECK_DIRECTORY 0x10
182 #define SMB_COM_PROCESS_EXIT 0x11
183 #define SMB_COM_SEEK 0x12
184 #define SMB_COM_LOCK_AND_READ 0x13
185 #define SMB_COM_WRITE_AND_UNLOCK 0x14
186 #define SMB_COM_READ_RAW 0x1A
187 #define SMB_COM_READ_MPX 0x1B
188 #define SMB_COM_READ_MPX_SECONDARY 0x1C
189 #define SMB_COM_WRITE_RAW 0x1D
190 #define SMB_COM_WRITE_MPX 0x1E
191 #define SMB_COM_WRITE_COMPLETE 0x20
192 #define SMB_COM_SET_INFORMATION2 0x22
193 #define SMB_COM_QUERY_INFORMATION2 0x23
194 #define SMB_COM_LOCKING_ANDX 0x24
195 #define SMB_COM_TRANSACTION 0x25
196 #define SMB_COM_TRANSACTION_SECONDARY 0x26
197 #define SMB_COM_IOCTL 0x27
198 #define SMB_COM_IOCTL_SECONDARY 0x28
199 #define SMB_COM_COPY 0x29
200 #define SMB_COM_MOVE 0x2A
201 #define SMB_COM_ECHO 0x2B
202 #define SMB_COM_WRITE_AND_CLOSE 0x2C
203 #define SMB_COM_OPEN_ANDX 0x2D
204 #define SMB_COM_READ_ANDX 0x2E
205 #define SMB_COM_WRITE_ANDX 0x2F
206 #define SMB_COM_CLOSE_AND_TREE_DISC 0x31
207 #define SMB_COM_TRANSACTION2 0x32
208 #define SMB_COM_TRANSACTION2_SECONDARY 0x33
209 #define SMB_COM_FIND_CLOSE2 0x34
210 #define SMB_COM_FIND_NOTIFY_CLOSE 0x35
211 #define SMB_COM_TREE_CONNECT 0x70
212 #define SMB_COM_TREE_DISCONNECT 0x71
213 #define SMB_COM_NEGOTIATE 0x72
214 #define SMB_COM_SESSION_SETUP_ANDX 0x73
215 #define SMB_COM_LOGOFF_ANDX 0x74
216 #define SMB_COM_TREE_CONNECT_ANDX 0x75
217 #define SMB_COM_QUERY_INFORMATION_DISK 0x80
218 #define SMB_COM_SEARCH 0x81
219 #define SMB_COM_FIND 0x82
220 #define SMB_COM_FIND_UNIQUE 0x83
221 #define SMB_COM_NT_TRANSACT 0xA0
222 #define SMB_COM_NT_TRANSACT_SECONDARY 0xA1
223 #define SMB_COM_NT_CREATE_ANDX 0xA2
224 #define SMB_COM_NT_CANCEL 0xA4
225 #define SMB_COM_OPEN_PRINT_FILE 0xC0
226 #define SMB_COM_WRITE_PRINT_FILE 0xC1
227 #define SMB_COM_CLOSE_PRINT_FILE 0xC2
228 #define SMB_COM_GET_PRINT_QUEUE 0xC3
229 #define SMB_COM_READ_BULK 0xD8
230 #define SMB_COM_WRITE_BULK 0xD9
231 #define SMB_COM_WRITE_BULK_DATA 0xDA
236 #define SMB_TRANS2_OPEN2 0x00
237 #define SMB_TRANS2_FIND_FIRST2 0x01
238 #define SMB_TRANS2_FIND_NEXT2 0x02
239 #define SMB_TRANS2_QUERY_FS_INFORMATION 0x03
240 #define SMB_TRANS2_QUERY_PATH_INFORMATION 0x05
241 #define SMB_TRANS2_SET_PATH_INFORMATION 0x06
242 #define SMB_TRANS2_QUERY_FILE_INFORMATION 0x07
243 #define SMB_TRANS2_SET_FILE_INFORMATION 0x08
244 #define SMB_TRANS2_FSCTL 0x09
245 #define SMB_TRANS2_IOCTL2 0x0A
246 #define SMB_TRANS2_FIND_NOTIFY_FIRST 0x0B
247 #define SMB_TRANS2_FIND_NOTIFY_NEXT 0x0C
248 #define SMB_TRANS2_CREATE_DIRECTORY 0x0D
249 #define SMB_TRANS2_SESSION_SETUP 0x0E
250 #define SMB_TRANS2_GET_DFS_REFERRAL 0x10
251 #define SMB_TRANS2_REPORT_DFS_INCONSISTENCY 0x11
258 #define SMB_QUERY_FS_VOLUME_INFO 0x102
259 #define SMB_QUERY_FS_SIZE_INFO 0x103
260 #define SMB_QUERY_FS_DEVICE_INFO 0x104
261 #define SMB_QUERY_FS_ATTRIBUTE_INFO 0x105
271 #define SMB_QUERY_FILE_BASIC_INFO 0x101
272 #define SMB_QUERY_FILE_STANDARD_INFO 0x102
273 #define SMB_QUERY_FILE_EA_INFO 0x103
274 #define SMB_QUERY_FILE_NAME_INFO 0x104
275 #define SMB_QUERY_FILE_ALL_INFO 0x107
276 #define SMB_QUERY_FILE_ALT_NAME_INFO 0x108
277 #define SMB_QUERY_FILE_STREAM_INFO 0x109
278 #define SMB_QUERY_FILE_COMPRESSION_INFO 0x10b
279 #define SMB_QUERY_FILE_UNIX_BASIC 0x200
280 #define SMB_QUERY_FILE_UNIX_LINK 0x201
281 #define SMB_QUERY_FILE_MAC_DT_GET_APPL 0x306
282 #define SMB_QUERY_FILE_MAC_DT_GET_ICON 0x307
283 #define SMB_QUERY_FILE_MAC_DT_GET_ICON_INFO 0x308
291 #define SMB_FIND_FILE_DIRECTORY_INFO 0x101
292 #define SMB_FIND_FULL_DIRECTORY_INFO 0x102
293 #define SMB_FIND_FILE_NAMES_INFO 0x103
294 #define SMB_FIND_BOTH_DIRECTORY_INFO 0x104
299 #define SMB_SET_FILE_BASIC_INFO 0x101
300 #define SMB_SET_FILE_END_OF_FILE_INFO 0x104
305 #define SMB_LOCKING_ANDX_SHARED_LOCK 0x01
306 #define SMB_LOCKING_ANDX_OPLOCK_RELEASE 0x02
307 #define SMB_LOCKING_ANDX_CHANGE_LOCKTYPE 0x04
308 #define SMB_LOCKING_ANDX_CANCEL_LOCK 0x08
309 #define SMB_LOCKING_ANDX_LARGE_FILES 0x10
319 #define SMB_MAXPKTLEN 0x1FFFF
328 #define SMBSUCCESS 0x00
329 #define ERRDOS 0x01
330 #define ERRSRV 0x02
331 #define ERRHRD 0x03 /* Error is a hardware error. */
332 #define ERRCMD 0xFF /* Command was not in the "SMB" format. */