Searched refs:nb_ctx (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/smbfs/include/netsmb/ |
H A D | nb_lib.h | 60 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 D | smb_lib.h | 109 struct nb_ctx * ct_nb;
|
/freebsd/contrib/smbfs/lib/smb/ |
H A D | nb.c | 53 nb_ctx_create(struct nb_ctx **ctxpp) in nb_ctx_create() 55 struct nb_ctx *ctx; in nb_ctx_create() 57 ctx = malloc(sizeof(struct nb_ctx)); in nb_ctx_create() 60 bzero(ctx, sizeof(struct nb_ctx)); in nb_ctx_create() 69 nb_ctx_done(struct nb_ctx *ctx) in nb_ctx_done() 78 nb_ctx_setns(struct nb_ctx *ctx, const char *addr) in nb_ctx_setns() 90 nb_ctx_setscope(struct nb_ctx *ctx, const char *scope) in nb_ctx_setscope() 108 nb_ctx_resolve(struct nb_ctx *ctx) in nb_ctx_resolve() 143 nb_ctx_readrcsection(struct rcfile *rcfile, struct nb_ctx *ctx, in nb_ctx_readrcsection()
|
H A D | nbns_rq.c | 54 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) in nbns_resolvename() 145 nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp) in nbns_rq_create() 211 struct nb_ctx *ctx = rqp->nr_nbd; in nbns_rq_prepare()
|
/freebsd/contrib/smbfs/smbutil/ |
H A D | lookup.c | 61 struct nb_ctx *ctx; in cmd_lookup()
|