Lines Matching refs:smb_ctx
80 struct smb_ctx *rq_ctx;
103 int smb_rq_init(struct smb_ctx *, uchar_t, struct smb_rq **);
111 int smb_rq_internal(struct smb_ctx *, struct smb_rq *);
143 void dump_ctx(char *, struct smb_ctx *);
146 int nb_ssn_request(struct smb_ctx *, char *);
173 int smb_ctx_getaddr(struct smb_ctx *ctx);
174 int smb_ctx_gethandle(struct smb_ctx *ctx);
176 int smb_iod_start(struct smb_ctx *);
178 int smb_ssn_send(struct smb_ctx *, struct mbdata *);
179 int smb_ssn_recv(struct smb_ctx *, struct mbdata *);
181 int smb_negprot(struct smb_ctx *, struct mbdata *);
183 int smb_ssnsetup_null(struct smb_ctx *);
184 int smb_ssnsetup_ntlm1(struct smb_ctx *);
185 int smb_ssnsetup_ntlm2(struct smb_ctx *);
186 int smb_ssnsetup_spnego(struct smb_ctx *, struct mbdata *);
194 int smb_get_authentication(struct smb_ctx *);
195 int smb_get_keychain(struct smb_ctx *ctx);
199 int ssp_ctx_create_client(struct smb_ctx *, struct mbdata *);
200 int ssp_ctx_next_token(struct smb_ctx *, struct mbdata *, struct mbdata *);
201 void ssp_ctx_destroy(struct smb_ctx *);