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

/freebsd-10.2-release/contrib/smbfs/include/netsmb/
H A Dnb_lib.h60 struct nb_ctx { struct
106 struct nb_ctx * nr_nbd;
135 int nbns_resolvename(const char *, struct nb_ctx *, struct sockaddr **);
141 int nb_ctx_create(struct nb_ctx **);
142 void nb_ctx_done(struct nb_ctx *);
143 int nb_ctx_setns(struct nb_ctx *, const char *);
144 int nb_ctx_setscope(struct nb_ctx *, const char *);
145 int nb_ctx_resolve(struct nb_ctx *);
146 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, const char *, int);
H A Dsmb_lib.h109 struct nb_ctx * ct_nb;
/freebsd-10.2-release/contrib/smbfs/lib/smb/
H A Dnb.c53 nb_ctx_create(struct nb_ctx **ctxpp)
55 struct nb_ctx *ctx;
57 ctx = malloc(sizeof(struct nb_ctx));
60 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)
143 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx,
H A Dnbns_rq.c54 static int nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp);
63 nbns_resolvename(const char *name, struct nb_ctx *ctx, struct sockaddr **adpp)
145 nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp)
211 struct nb_ctx *ctx = rqp->nr_nbd;
/freebsd-10.2-release/contrib/smbfs/smbutil/
H A Dlookup.c61 struct nb_ctx *ctx;

Completed in 53 milliseconds