Home
last modified time | relevance | path

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

/dragonfly/contrib/smbfs/lib/smb/
HDnb_name.c106 if (np->nn_scope == NULL) in nb_name_len()
109 for (name = np->nn_scope; *name; name++) { in nb_name_len()
179 if (np->nn_scope == NULL) in nb_name_encode()
183 for (name = np->nn_scope; ; name++) { in nb_name_encode()
HDctx.c528 nn.nn_scope = ctx->ct_nb->nb_scope; in smb_ctx_resolve()
548 nn.nn_scope = ctx->ct_nb->nb_scope; in smb_ctx_resolve()
HDnbns_rq.c77 nn.nn_scope = ctx->nb_scope; in nbns_resolvename()
/dragonfly/sys/netproto/smb/
HDnetbios.h123 u_char * nn_scope; member