Searched refs:clnt_tp_create (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/lib/libc/rpc/
H A Dcrypt_client.c66 clnt = clnt_tp_create(NULL, CRYPT_PROG, CRYPT_VERS, nconf);
H A Dkey_call.c374 kcp->client = clnt_tp_create(u.nodename,
385 kcp->client = clnt_tp_create(u.nodename,
H A DMakefile.inc95 rpc_clnt_create.3 clnt_tp_create.3 \
H A Dclnt_generic.c259 clnt_tp_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, function
267 * This has the same definition as clnt_tp_create(), except it
/freebsd-current/lib/libypclnt/
H A Dypclnt_passwd.c96 if ((clnt = clnt_tp_create(NULL, MASTER_YPPASSWDPROG,
179 if ((clnt = clnt_tp_create(NULL, MASTER_YPPASSWDPROG,
/freebsd-current/include/rpc/
H A Dclnt.h328 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
338 * Generic client creation routine. Just like clnt_tp_create(), except
/freebsd-current/sys/rpc/
H A Dclnt.h508 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
518 * Generic client creation routine. Just like clnt_tp_create(), except
/freebsd-current/usr.bin/rpcinfo/
H A Drpcinfo.c321 clnt = clnt_tp_create(NULL, prog, vers, nconf);
1383 client = clnt_tp_create(argv[0], prognum, versnum, nconf);
/freebsd-current/usr.sbin/rpc.lockd/
H A Dlock_proc.c237 * Need a host string for clnt_tp_create. Use NI_NUMERICHOST
266 client = clnt_tp_create(host, NLM_PROG, vers, nconf);
/freebsd-current/sbin/mount_nfs/
H A Dmount_nfs.c906 clp = clnt_tp_create(hostp, MOUNTPROG, mntvers, nconf_mnt);

Completed in 420 milliseconds