nb_ctx
struct nb_ctx *ctx;
struct nb_ctx *ctx;
int nbns_resolvename(const char *, struct nb_ctx *, struct sockaddr **);
int nbns_getnodestatus(struct nb_ctx *ctx, struct in_addr *,
int nb_ctx_create(struct nb_ctx **);
void nb_ctx_done(struct nb_ctx *);
int nb_ctx_setns(struct nb_ctx *, const char *);
int nb_ctx_setscope(struct nb_ctx *, const char *);
int nb_ctx_resolve(struct nb_ctx *);
int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
typedef struct nb_ctx nb_ctx_t;
struct nb_ctx *ct_nb; /* NetBIOS info. */
struct nb_ctx *nbc = ctx->ct_nb;
struct nb_ctx *nb = ctx->ct_nb;
nb_ctx_create(struct nb_ctx **ctxpp)
struct nb_ctx *ctx;
ctx = malloc(sizeof (struct nb_ctx));
bzero(ctx, sizeof (struct nb_ctx));
nb_ctx_done(struct nb_ctx *ctx)
nb_ctx_setnbflags(struct nb_ctx *nb, int ns_ena, int bc_ena)
nb_ctx_setwins(struct nb_ctx *ctx, const char *wins1, const char *wins2)
nb_ctx_setns(struct nb_ctx *ctx, const char *addr)
nb_ctx_setscope(struct nb_ctx *ctx, const char *scope)
nb_ctx_resolve(struct nb_ctx *ctx)
nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx,
void nb_ctx_setnbflags(struct nb_ctx *, int ns_ena, int bc_ena);
int nb_ctx_setwins(struct nb_ctx *, const char *, const char *);
struct nb_ctx *nb = ctx->ct_nb;
struct nb_ctx *nb = ctx->ct_nb;
nbns_getaddrinfo(const char *name, struct nb_ctx *nbc, struct addrinfo **res)
nbns_resolvename(const char *name, struct nb_ctx *ctx, struct sockaddr **adpp)
nbns_getnodestatus(struct nb_ctx *ctx,
nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp)
struct nb_ctx *ctx = rqp->nr_nbd;
struct nb_ctx *ctx = rqp->nr_nbd;
struct nb_ctx *ctx = rqp->nr_nbd;
struct nb_ctx *nr_nbd;
static int nbns_rq_create(int opcode, struct nb_ctx *ctx,
int nbns_getaddrinfo(const char *name, struct nb_ctx *nbc,
int nbns_resolvename(const char *, struct nb_ctx *, struct sockaddr **);