#include <smblib-common.h>

Public Attributes | |
| SMB_Handle_Type | Next_Con |
| SMB_Handle_Type | Prev_Con |
| int | protocol |
| int | prot_IDX |
| void * | Trans_Connect |
| char | service [80] |
| char | username [80] |
| char | password [80] |
| char | desthost [80] |
| char | sock_options [80] |
| char | address [80] |
| char | myname [80] |
| SMB_Tree_Handle | first_tree |
| SMB_Tree_Handle | last_tree |
| int | gid |
| int | mid |
| int | pid |
| int | uid |
| int | port |
| int | max_xmit |
| int | Security |
| int | Raw_Support |
| int | encrypt_passwords |
| int | MaxMPX |
| int | MaxVC |
| int | MaxRaw |
| unsigned int | SessionKey |
| unsigned int | Capabilities |
| int | SvrTZ |
| int | Encrypt_Key_Len |
| char | Encrypt_Key [80] |
| char | Domain [80] |
| char | PDomain [80] |
| char | OSName [80] |
| char | LMType [40] |
| char | Svr_OS [80] |
| char | Svr_LMType [80] |
| char | Svr_PDom [80] |
Detailed Description
Definition at line 220 of file smblib-common.h.
Member Data Documentation
◆ address
| char SMB_Connect_Def::address[80] |
Definition at line 229 of file smblib-common.h.
◆ Capabilities
| unsigned int SMB_Connect_Def::Capabilities |
Definition at line 250 of file smblib-common.h.
◆ desthost
| char SMB_Connect_Def::desthost[80] |
Definition at line 228 of file smblib-common.h.
Referenced by SMB_Connect(), and SMB_Connect_Server().
◆ Domain
| char SMB_Connect_Def::Domain[80] |
Definition at line 253 of file smblib-common.h.
◆ Encrypt_Key
| char SMB_Connect_Def::Encrypt_Key[80] |
Definition at line 253 of file smblib-common.h.
Referenced by init_challenge(), SMB_Logon_Server(), and SMB_Negotiate().
◆ Encrypt_Key_Len
| int SMB_Connect_Def::Encrypt_Key_Len |
Definition at line 252 of file smblib-common.h.
◆ encrypt_passwords
| int SMB_Connect_Def::encrypt_passwords |
Definition at line 248 of file smblib-common.h.
Referenced by SMB_Logon_Server().
◆ first_tree
| SMB_Tree_Handle SMB_Connect_Def::first_tree |
Definition at line 231 of file smblib-common.h.
◆ gid
| int SMB_Connect_Def::gid |
Definition at line 233 of file smblib-common.h.
◆ last_tree
| SMB_Tree_Handle SMB_Connect_Def::last_tree |
Definition at line 231 of file smblib-common.h.
◆ LMType
| char SMB_Connect_Def::LMType[40] |
Definition at line 253 of file smblib-common.h.
◆ max_xmit
| int SMB_Connect_Def::max_xmit |
Definition at line 245 of file smblib-common.h.
◆ MaxMPX
| int SMB_Connect_Def::MaxMPX |
Definition at line 249 of file smblib-common.h.
◆ MaxRaw
| int SMB_Connect_Def::MaxRaw |
Definition at line 249 of file smblib-common.h.
◆ MaxVC
| int SMB_Connect_Def::MaxVC |
Definition at line 249 of file smblib-common.h.
◆ mid
| int SMB_Connect_Def::mid |
Definition at line 234 of file smblib-common.h.
◆ myname
| char SMB_Connect_Def::myname[80] |
Definition at line 229 of file smblib-common.h.
◆ Next_Con
| SMB_Handle_Type SMB_Connect_Def::Next_Con |
Definition at line 221 of file smblib-common.h.
◆ OSName
| char SMB_Connect_Def::OSName[80] |
Definition at line 253 of file smblib-common.h.
◆ password
| char SMB_Connect_Def::password[80] |
Definition at line 228 of file smblib-common.h.
◆ PDomain
| char SMB_Connect_Def::PDomain[80] |
Definition at line 253 of file smblib-common.h.
Referenced by SMB_Connect_Server(), and SMB_Logon_Server().
◆ pid
| int SMB_Connect_Def::pid |
Definition at line 235 of file smblib-common.h.
◆ port
| int SMB_Connect_Def::port |
Definition at line 243 of file smblib-common.h.
◆ Prev_Con
| SMB_Handle_Type SMB_Connect_Def::Prev_Con |
Definition at line 221 of file smblib-common.h.
◆ prot_IDX
| int SMB_Connect_Def::prot_IDX |
Definition at line 223 of file smblib-common.h.
◆ protocol
| int SMB_Connect_Def::protocol |
Definition at line 222 of file smblib-common.h.
◆ Raw_Support
| int SMB_Connect_Def::Raw_Support |
Definition at line 247 of file smblib-common.h.
◆ Security
| int SMB_Connect_Def::Security |
Definition at line 246 of file smblib-common.h.
Referenced by init_challenge().
◆ service
| char SMB_Connect_Def::service[80] |
Definition at line 228 of file smblib-common.h.
◆ SessionKey
| unsigned int SMB_Connect_Def::SessionKey |
Definition at line 250 of file smblib-common.h.
◆ sock_options
| char SMB_Connect_Def::sock_options[80] |
Definition at line 228 of file smblib-common.h.
◆ Svr_LMType
| char SMB_Connect_Def::Svr_LMType[80] |
Definition at line 254 of file smblib-common.h.
◆ Svr_OS
| char SMB_Connect_Def::Svr_OS[80] |
Definition at line 254 of file smblib-common.h.
◆ Svr_PDom
| char SMB_Connect_Def::Svr_PDom[80] |
Definition at line 254 of file smblib-common.h.
◆ SvrTZ
| int SMB_Connect_Def::SvrTZ |
Definition at line 251 of file smblib-common.h.
◆ Trans_Connect
| void* SMB_Connect_Def::Trans_Connect |
Definition at line 224 of file smblib-common.h.
◆ uid
| int SMB_Connect_Def::uid |
Definition at line 237 of file smblib-common.h.
◆ username
| char SMB_Connect_Def::username[80] |
Definition at line 228 of file smblib-common.h.
The documentation for this struct was generated from the following file:
- lib/smblib/smblib-common.h
