Home
last modified time | relevance | path

Searched refs:nb_scope (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/smbfs/lib/smb/
H A Dnb.c73 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()
H A Dctx.c550 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()
H A Dnbns_rq.c78 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()
/freebsd/contrib/smbfs/include/netsmb/
H A Dnb_lib.h63 char * nb_scope; /* NetBIOS scope */ member