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

/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dnb_lib.h67 struct nb_ctx { struct
75 typedef struct nb_ctx nb_ctx_t;
112 int nbns_resolvename(const char *, struct nb_ctx *, struct sockaddr **);
113 int nbns_getnodestatus(struct nb_ctx *ctx, struct in_addr *,
118 int nb_ctx_create(struct nb_ctx **);
119 void nb_ctx_done(struct nb_ctx *);
120 int nb_ctx_setns(struct nb_ctx *, const char *);
121 int nb_ctx_setscope(struct nb_ctx *, const char *);
122 int nb_ctx_resolve(struct nb_ctx *);
123 int nb_ctx_readrcsection(struct rcfile *, struct nb_ctx *, cons
[all...]

Completed in 297 milliseconds