Lines Matching defs:smb_ctx
100 struct smb_ctx { struct
101 int ct_flags; /* SMBCF_ */
102 int ct_fd; /* handle of connection */
103 int ct_parsedlevel;
104 int ct_minlevel;
105 int ct_maxlevel;
106 char * ct_srvaddr; /* hostname or IP address of server */
107 char ct_locname[SMB_MAXUSERNAMELEN + 1];
108 const char * ct_uncnext;
109 struct nb_ctx * ct_nb;
110 struct smbioc_ossn ct_ssn;
111 struct smbioc_oshare ct_sh;
112 long ct_smbtcpport;