Home
last modified time | relevance | path

Searched refs:ct_nb (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libsmbfs/smb/
H A Dnb.c71 struct nb_ctx *nb = ctx->ct_nb; in smb_ctx_setnbflags()
86 struct nb_ctx *nb = ctx->ct_nb; in smb_ctx_setwins()
100 struct nb_ctx *nb = ctx->ct_nb; in smb_ctx_setscope()
H A Dnb_ssn.c295 lcl.nn_scope = ctx->ct_nb->nb_scope; in nb_ssn_request()
300 srv.nn_scope = ctx->ct_nb->nb_scope; in nb_ssn_request()
H A Dctx.c251 error = nb_ctx_create(&ctx->ct_nb); in smb_ctx_init()
416 if (ctx->ct_nb) { in smb_ctx_done()
417 nb_ctx_done(ctx->ct_nb); in smb_ctx_done()
418 ctx->ct_nb = NULL; in smb_ctx_done()
1072 error = nb_ctx_resolve(ctx->ct_nb); in smb_ctx_resolve()
1536 nb_ctx_readrcsection(smb_rc, ctx->ct_nb, "default", 0); in smb_ctx_readrc()
H A Dgetaddr.c118 struct nb_ctx *nbc = ctx->ct_nb; in smb_ctx_getaddr()
H A Dconnect.c337 nberr = nbns_getnodestatus(ctx->ct_nb, in conn_nbt()
/titanic_50/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h104 struct nb_ctx *ct_nb; /* NetBIOS info. */ member