Searched refs:nb_scope (Results 1 – 4 of 4) sorted by relevance
73 if (ctx->nb_scope) in nb_ctx_done()74 free(ctx->nb_scope); in nb_ctx_done()98 if (ctx->nb_scope) in nb_ctx_setscope()99 free(ctx->nb_scope); in nb_ctx_setscope()100 ctx->nb_scope = malloc(slen + 1); in nb_ctx_setscope()101 if (ctx->nb_scope == NULL) in nb_ctx_setscope()103 nls_str_upper(ctx->nb_scope, scope); in nb_ctx_setscope()
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()
78 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()
63 char * nb_scope; /* NetBIOS scope */ member