Home
last modified time | relevance | path

Searched refs:nn_scope (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_name.c121 if (np->nn_scope == NULL) in nb_name_len()
124 for (name = np->nn_scope; *name; name++) { in nb_name_len()
204 if (nn->nn_scope == NULL) { in nb_name_encode()
212 for (p = nn->nn_scope; ; p++) { in nb_name_encode()
H A Dnbns_rq.c201 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()
284 nn.nn_scope = ctx->nb_scope; in nbns_getnodestatus()
/illumos-gate/usr/src/uts/common/netsmb/
H A Dnetbios.h145 char *nn_scope; member