Searched refs:ct_nb (Results 1 – 2 of 2) sorted by relevance
73 error = nb_ctx_create(&ctx->ct_nb); in smb_ctx_init()98 nb_ctx_setscope(ctx->ct_nb, ""); in smb_ctx_init()150 if (ctx->ct_nb) in smb_ctx_done()151 nb_ctx_done(ctx->ct_nb); in smb_ctx_done()309 ctx->ct_nb->nb_nmbtcpport = port; in smb_ctx_setnbport()319 ctx->ct_nb->nb_smbtcpport = port; in smb_ctx_setsmbport()525 error = nb_ctx_resolve(ctx->ct_nb); in smb_ctx_resolve()544 error = nbns_resolvename(ssn->ioc_srvname, ctx->ct_nb, &sap); in smb_ctx_resolve()550 nn.nn_scope = ctx->ct_nb->nb_scope; in smb_ctx_resolve()576 nn.nn_scope = ctx->ct_nb->nb_scope; in smb_ctx_resolve()[all …]
109 struct nb_ctx * ct_nb; member