Home
last modified time | relevance | path

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

/freebsd/contrib/smbfs/lib/smb/
H A Dnb_name.c107 if (np->nn_scope == NULL) in nb_name_len()
110 for (name = np->nn_scope; *name; name++) { in nb_name_len()
174 if (np->nn_scope == NULL) in nb_name_encode()
178 for (name = np->nn_scope; ; name++) { in nb_name_encode()
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/sys/netsmb/
H A Dnetbios.h119 u_char * nn_scope; member