Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
smb2glob.h File Reference

Go to the source code of this file.

Macros

#define SMB2_MAGIC_NUMBER   0xFE534D42
 
#define SMB2_OP_SET_DELETE   1
 
#define SMB2_OP_SET_INFO   2
 
#define SMB2_OP_QUERY_INFO   3
 
#define SMB2_OP_QUERY_DIR   4
 
#define SMB2_OP_MKDIR   5
 
#define SMB2_OP_RENAME   6
 
#define SMB2_OP_DELETE   7
 
#define SMB2_OP_HARDLINK   8
 
#define SMB2_OP_SET_EOF   9
 
#define CHAINED_REQUEST   1
 
#define START_OF_CHAIN   2
 
#define END_OF_CHAIN   4
 
#define RELATED_REQUEST   8
 
#define SMB2_SIGNATURE_SIZE   (16)
 
#define SMB2_NTLMV2_SESSKEY_SIZE   (16)
 
#define SMB2_HMACSHA256_SIZE   (32)
 

Macro Definition Documentation

#define CHAINED_REQUEST   1

Definition at line 49 of file smb2glob.h.

#define END_OF_CHAIN   4

Definition at line 51 of file smb2glob.h.

#define RELATED_REQUEST   8

Definition at line 52 of file smb2glob.h.

#define SMB2_HMACSHA256_SIZE   (32)

Definition at line 56 of file smb2glob.h.

#define SMB2_MAGIC_NUMBER   0xFE534D42

Definition at line 26 of file smb2glob.h.

#define SMB2_NTLMV2_SESSKEY_SIZE   (16)

Definition at line 55 of file smb2glob.h.

#define SMB2_OP_DELETE   7

Definition at line 44 of file smb2glob.h.

#define SMB2_OP_HARDLINK   8

Definition at line 45 of file smb2glob.h.

#define SMB2_OP_MKDIR   5

Definition at line 42 of file smb2glob.h.

#define SMB2_OP_QUERY_DIR   4

Definition at line 41 of file smb2glob.h.

#define SMB2_OP_QUERY_INFO   3

Definition at line 40 of file smb2glob.h.

#define SMB2_OP_RENAME   6

Definition at line 43 of file smb2glob.h.

#define SMB2_OP_SET_DELETE   1

Definition at line 38 of file smb2glob.h.

#define SMB2_OP_SET_EOF   9

Definition at line 46 of file smb2glob.h.

#define SMB2_OP_SET_INFO   2

Definition at line 39 of file smb2glob.h.

#define SMB2_SIGNATURE_SIZE   (16)

Definition at line 54 of file smb2glob.h.

#define START_OF_CHAIN   2

Definition at line 50 of file smb2glob.h.