Searched refs:nb_scope (Results 1 – 3 of 3) sorted by relevance
126 if (ctx->nb_scope) in nb_ctx_done()127 free(ctx->nb_scope); in nb_ctx_done()211 if (ctx->nb_scope) in nb_ctx_setscope()212 free(ctx->nb_scope); in nb_ctx_setscope()213 ctx->nb_scope = malloc(slen + 1); in nb_ctx_setscope()214 if (ctx->nb_scope == NULL) in nb_ctx_setscope()216 nls_str_upper(ctx->nb_scope, scope); in nb_ctx_setscope()
201 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()284 nn.nn_scope = ctx->nb_scope; in nbns_getnodestatus()
70 char *nb_scope; /* NetBIOS scope */ member