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

/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Dnb.c73 if (ctx->nb_scope)
74 free(ctx->nb_scope);
98 if (ctx->nb_scope)
99 free(ctx->nb_scope);
100 ctx->nb_scope = malloc(slen + 1);
101 if (ctx->nb_scope == NULL)
103 nls_str_upper(ctx->nb_scope, scope);
H A Dctx.c550 nn.nn_scope = ctx->ct_nb->nb_scope;
576 nn.nn_scope = ctx->ct_nb->nb_scope;
H A Dnbns_rq.c78 nn.nn_scope = ctx->nb_scope;
/freebsd-12-stable/contrib/smbfs/include/netsmb/
H A Dnb_lib.h63 char * nb_scope; /* NetBIOS scope */ member in struct:nb_ctx

Completed in 60 milliseconds