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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_lib.h66 struct nb_ctx { struct
74 typedef struct nb_ctx nb_ctx_t;
110 int smbfs_nbns_resolvename(const char *, struct nb_ctx *, struct sockaddr **);
111 int smbfs_nbns_getnodestatus(struct nb_ctx *ctx, struct in_addr *,
113 int smbfs_nbns_getaddrinfo(const char *, struct nb_ctx *, struct addrinfo **);
116 int smbfs_nb_ctx_create(struct nb_ctx **);
117 void smbfs_nb_ctx_done(struct nb_ctx *);
118 int smbfs_nb_ctx_setns(struct nb_ctx *, const char *);
119 int smbfs_nb_ctx_setscope(struct nb_ctx *, const char *);
120 int smbfs_nb_ctx_resolve(struct nb_ctx *);
[all...]
H A Dsmbfs_nb.c61 smbfs_nb_ctx_create(struct nb_ctx **ctxpp)
63 struct nb_ctx *ctx;
65 ctx = malloc(sizeof (struct nb_ctx));
68 bzero(ctx, sizeof (struct nb_ctx));
74 smbfs_nb_ctx_done(struct nb_ctx *ctx)
85 smbfs_nb_ctx_setnbflags(struct nb_ctx *nb, int ns_ena, int bc_ena)
96 smbfs_nb_ctx_setwins(struct nb_ctx *ctx, const char *wins1, const char *wins2)
137 smbfs_nb_ctx_setns(struct nb_ctx *ctx, const char *addr)
154 smbfs_nb_ctx_setscope(struct nb_ctx *ctx, const char *scope)
178 smbfs_nb_ctx_resolve(struct nb_ctx *ct
[all...]
H A Dsmbfs_nbns_rq.c87 struct nb_ctx *nr_nbd;
97 static int smbfs_nbns_rq_create(int, struct nb_ctx *, struct nbns_rq **);
109 smbfs_nbns_getaddrinfo(const char *name, struct nb_ctx *nbc,
180 smbfs_nbns_resolvename(const char *name, struct nb_ctx *ctx,
271 smbfs_nbns_getnodestatus(struct nb_ctx *ctx,
372 smbfs_nbns_rq_create(int opcode, struct nb_ctx *ctx, struct nbns_rq **rqpp)
442 struct nb_ctx *ctx = rqp->nr_nbd;
522 struct nb_ctx *ctx = rqp->nr_nbd;
588 struct nb_ctx *ctx = rqp->nr_nbd;
H A Dsmbfs_ctx.c696 struct nb_ctx *nbc = ctx->ct_nb;
1081 struct nb_ctx *nb = ctx->ct_nb;
1096 struct nb_ctx *nb = ctx->ct_nb;
1110 struct nb_ctx *nb = ctx->ct_nb;
H A Dsmbfs_lib.h119 struct nb_ctx *ct_nb; /* NetBIOS info. */

Completed in 60 milliseconds