Lines Matching defs:smb_ctx
94 struct smb_ctx { struct
95 int ct_flags; /* SMBCF_ */
96 int ct_dev_fd; /* device handle */
97 int ct_door_fd; /* to smbiod */
98 int ct_parsedlevel;
99 int ct_minlevel;
100 int ct_maxlevel;
101 char *ct_fullserver; /* orig. server name from cmd line */
102 char *ct_srvaddr_s; /* hostname or IP address of server */
103 struct addrinfo *ct_addrinfo; /* IP addresses of the server */
104 struct nb_ctx *ct_nb; /* NetBIOS info. */
105 char *ct_locname; /* local (machine) name */
106 int ct_minauth;
107 int ct_shtype_req; /* share type wanted */
108 char *ct_origshare;
109 char *ct_home;
110 char *ct_rpath; /* remote file name */
113 void *ct_ssp_ctx;
114 smbioc_ssn_work_t ct_work;
115 smb_iod_ssn_t ct_iod_ssn;
118 uchar_t ct_clnonce[NTLM_CHAL_SZ];
119 uchar_t ct_srv_chal[NTLM_CHAL_SZ];
120 char ct_password[SMBIOC_MAX_NAME];