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