Lines Matching defs:knetconfig
206 #define KNC_STRSIZE 128 /* maximum length of knetconfig strings */
209 * knetconfig
213 * Note that the knetconfig strings can either be dynamically allocated, or
214 * they can be string literals. The code that sets up the knetconfig is
216 * necessary when the knetconfig is destroyed.
218 struct knetconfig {
345 extern int clnt_tli_kcreate(struct knetconfig *config, struct netbuf *svcaddr,
349 extern int clnt_tli_kinit(CLIENT *h, struct knetconfig *config,
364 extern int clnt_clts_kcreate(struct knetconfig *config, struct netbuf *addr,
383 struct knetconfig **knconf);
473 extern enum clnt_stat rpcbind_getaddr(struct knetconfig *, rpcprog_t,