Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | rfc1002_session_packet |
Macros | |
#define | RFC1002_SESSION_MESSAGE 0x00 |
#define | RFC1002_SESSION_REQUEST 0x81 |
#define | RFC1002_POSITIVE_SESSION_RESPONSE 0x82 |
#define | RFC1002_NEGATIVE_SESSION_RESPONSE 0x83 |
#define | RFC1002_RETARGET_SESSION_RESPONSE 0x84 |
#define | RFC1002_SESSION_KEEP_ALIVE 0x85 |
#define | RFC1002_LENGTH_EXTEND 0x80 /* high order bit of length (ie +64K) */ |
#define | RFC1002_NOT_LISTENING_CALLED 0x80 /* not listening on called name */ |
#define | RFC1002_NOT_LISTENING_CALLING 0x81 /* not listening on calling name */ |
#define | RFC1002_NOT_PRESENT 0x82 /* called name not present */ |
#define | RFC1002_INSUFFICIENT_RESOURCE 0x83 |
#define | RFC1002_UNSPECIFIED_ERROR 0x8F |
#define | DEFAULT_CIFS_CALLED_NAME "*SMBSERVER " |
Functions | |
struct { | |
__u8 called_len | |
__u8 called_name [32] | |
__u8 scope1 | |
__u8 calling_len | |
__u8 calling_name [32] | |
__u8 scope2 | |
} | __attribute__ ((packed)) session_req |
Variables | |
__u8 | called_len |
__u8 | called_name [32] |
__u8 | scope1 |
__u8 | calling_len |
__u8 | calling_name [32] |
__u8 | scope2 |
__u32 | retarget_ip_addr |
__u16 | port |
__u8 | neg_ses_resp_error_code |
__u8 | type |
__u8 | flags |
__u16 | length |
#define DEFAULT_CIFS_CALLED_NAME "*SMBSERVER " |
Definition at line 74 of file rfc1002pdu.h.
#define RFC1002_INSUFFICIENT_RESOURCE 0x83 |
Definition at line 65 of file rfc1002pdu.h.
#define RFC1002_LENGTH_EXTEND 0x80 /* high order bit of length (ie +64K) */ |
Definition at line 35 of file rfc1002pdu.h.
#define RFC1002_NEGATIVE_SESSION_RESPONSE 0x83 |
Definition at line 30 of file rfc1002pdu.h.
#define RFC1002_NOT_LISTENING_CALLED 0x80 /* not listening on called name */ |
Definition at line 62 of file rfc1002pdu.h.
#define RFC1002_NOT_LISTENING_CALLING 0x81 /* not listening on calling name */ |
Definition at line 63 of file rfc1002pdu.h.
#define RFC1002_NOT_PRESENT 0x82 /* called name not present */ |
Definition at line 64 of file rfc1002pdu.h.
#define RFC1002_POSITIVE_SESSION_RESPONSE 0x82 |
Definition at line 29 of file rfc1002pdu.h.
#define RFC1002_RETARGET_SESSION_RESPONSE 0x84 |
Definition at line 31 of file rfc1002pdu.h.
#define RFC1002_SESSION_KEEP_ALIVE 0x85 |
Definition at line 32 of file rfc1002pdu.h.
#define RFC1002_SESSION_MESSAGE 0x00 |
Definition at line 27 of file rfc1002pdu.h.
#define RFC1002_SESSION_REQUEST 0x81 |
Definition at line 28 of file rfc1002pdu.h.
#define RFC1002_UNSPECIFIED_ERROR 0x8F |
Definition at line 66 of file rfc1002pdu.h.
|
read |
mcontroller : adapter info structure for old mimd_t apps
: base address : irq number : number of logical drives : pci bus : pci device : pci function : pci id : vendor id : slot number : unique id
Definition at line 171 of file esd_usb2.c.
__u8 called_len |
Definition at line 50 of file rfc1002pdu.h.
__u8 called_name |
Definition at line 51 of file rfc1002pdu.h.
__u8 calling_len |
Definition at line 53 of file rfc1002pdu.h.
__u8 calling_name |
Definition at line 54 of file rfc1002pdu.h.
__u8 flags |
Definition at line 61 of file rfc1002pdu.h.
__u16 length |
Definition at line 62 of file rfc1002pdu.h.
__u8 neg_ses_resp_error_code |
Definition at line 71 of file rfc1002pdu.h.
Definition at line 55 of file rfc1002pdu.h.
__u32 retarget_ip_addr |
Definition at line 54 of file rfc1002pdu.h.
__u8 scope1 |
Definition at line 52 of file rfc1002pdu.h.
__u8 scope2 |
Definition at line 55 of file rfc1002pdu.h.
Definition at line 60 of file rfc1002pdu.h.