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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb.c78 if (ctx->nb_scope)
79 free(ctx->nb_scope);
163 if (ctx->nb_scope)
164 free(ctx->nb_scope);
165 ctx->nb_scope = malloc(slen + 1);
166 if (ctx->nb_scope == NULL)
168 (void) smbfs_nls_str_upper(ctx->nb_scope, scope);
H A Dsmbfs_nb_lib.h69 char *nb_scope; /* NetBIOS scope */ member in struct:nb_ctx
H A Dsmbfs_nb_ssn.c271 lcl.nn_scope = ctx->ct_nb->nb_scope;
276 srv.nn_scope = ctx->ct_nb->nb_scope;
H A Dsmbfs_nbns_rq.c202 nn.nn_scope = ctx->nb_scope;
288 nn.nn_scope = ctx->nb_scope;

Completed in 17 milliseconds