|
Linux Kernel
3.7.1
|
#include <cifsglob.h>
Data Fields | |
| struct list_head | smb_ses_list |
| struct list_head | tcon_list |
| struct mutex | session_mutex |
| struct TCP_Server_Info * | server |
| int | ses_count |
| enum statusEnum | status |
| unsigned | overrideSecFlg |
| __u16 | ipc_tid |
| __u16 | flags |
| __u16 | vcnum |
| char * | serverOS |
| char * | serverNOS |
| char * | serverDomain |
| __u64 | Suid |
| uid_t | linux_uid |
| uid_t | cred_uid |
| unsigned int | capabilities |
| char | serverName [SERVER_NAME_LEN_WITH_NULL *2] |
| char * | user_name |
| char * | domainName |
| char * | password |
| struct session_key | auth_key |
| struct ntlmssp_auth * | ntlmssp |
| bool | need_reconnect:1 |
Definition at line 691 of file cifsglob.h.
| struct session_key auth_key |
Definition at line 715 of file cifsglob.h.
| unsigned int capabilities |
Definition at line 708 of file cifsglob.h.
| uid_t cred_uid |
Definition at line 707 of file cifsglob.h.
| char* domainName |
Definition at line 713 of file cifsglob.h.
| __u16 flags |
Definition at line 700 of file cifsglob.h.
| __u16 ipc_tid |
Definition at line 699 of file cifsglob.h.
| uid_t linux_uid |
Definition at line 706 of file cifsglob.h.
| bool need_reconnect |
Definition at line 717 of file cifsglob.h.
| struct ntlmssp_auth* ntlmssp |
Definition at line 716 of file cifsglob.h.
| unsigned overrideSecFlg |
Definition at line 698 of file cifsglob.h.
| char* password |
Definition at line 714 of file cifsglob.h.
| struct TCP_Server_Info* server |
Definition at line 695 of file cifsglob.h.
| char* serverDomain |
Definition at line 704 of file cifsglob.h.
| char serverName[SERVER_NAME_LEN_WITH_NULL *2] |
Definition at line 709 of file cifsglob.h.
| char* serverNOS |
Definition at line 703 of file cifsglob.h.
| char* serverOS |
Definition at line 702 of file cifsglob.h.
| int ses_count |
Definition at line 696 of file cifsglob.h.
Definition at line 694 of file cifsglob.h.
Definition at line 692 of file cifsglob.h.
| enum statusEnum status |
Definition at line 697 of file cifsglob.h.
| __u64 Suid |
Definition at line 705 of file cifsglob.h.
Definition at line 693 of file cifsglob.h.
| char* user_name |
Definition at line 711 of file cifsglob.h.
| __u16 vcnum |
Definition at line 701 of file cifsglob.h.
1.8.2