Searched refs:nb_ctx (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/dist/smbfs/include/netsmb/
H A Dnb_lib.h59 struct nb_ctx { struct
103 struct nb_ctx * nr_nbd;
132 int nbns_resolvename(const char *, struct nb_ctx *, struct sockaddr **);
138 int nb_ctx_create(struct nb_ctx **);
139 void nb_ctx_done(struct nb_ctx *);
140 int nb_ctx_setns(struct nb_ctx *, const char *);
141 int nb_ctx_setscope(struct nb_ctx *, const char *);
142 int nb_ctx_resolve(struct nb_ctx *);
143 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
H A Dsmb_lib.h108 struct nb_ctx * ct_nb;
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A Dnb.c56 nb_ctx_create(struct nb_ctx **ctxpp)
58 struct nb_ctx *ctx;
60 ctx = malloc(sizeof(struct nb_ctx));
63 bzero(ctx, sizeof(struct nb_ctx));
69 nb_ctx_done(struct nb_ctx *ctx)
78 nb_ctx_setns(struct nb_ctx *ctx, const char *addr)
90 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope)
108 nb_ctx_resolve(struct nb_ctx *ctx)
145 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx,
H A Dnbns_rq.c58 static int nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp);
67 nbns_resolvename(const char *name, struct nb_ctx *ctx, struct sockaddr **adpp)
149 nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp)
215 struct nb_ctx *ctx = rqp->nr_nbd;
/netbsd-6-1-5-RELEASE/dist/smbfs/smbutil/
H A Dlookup.c61 struct nb_ctx *ctx;

Completed in 110 milliseconds