Home
last modified time | relevance | path

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

/dragonfly/lib/libypclnt/
HDypclnt_passwd.c96 if ((clnt = clnt_tp_create(NULL, MASTER_YPPASSWDPROG, in ypclnt_havepasswdd()
179 if ((clnt = clnt_tp_create(NULL, MASTER_YPPASSWDPROG, in yppasswd_local()
/dragonfly/lib/libc/rpc/
HDcrypt_client.c67 clnt = clnt_tp_create(NULL, CRYPT_PROG, CRYPT_VERS, nconf); in _des_crypt_call()
HDkey_call.c363 kcp->client = clnt_tp_create(u.nodename, in getkeyserv_handle()
374 kcp->client = clnt_tp_create(u.nodename, in getkeyserv_handle()
HDSymbol.map88 clnt_tp_create;
HDMakefile.inc104 rpc_clnt_create.3 clnt_tp_create.3 \
HDclnt_generic.c279 clnt_tp_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_tp_create() function
/dragonfly/include/rpc/
HDclnt.h329 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
/dragonfly/usr.bin/rpcinfo/
HDrpcinfo.c323 clnt = clnt_tp_create(NULL, prog, vers, nconf);
1371 client = clnt_tp_create(argv[0], prognum, versnum, nconf);
/dragonfly/sbin/mount_nfs/
HDmount_nfs.c704 clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers, nconf_mnt); in nfs_tryproto()
/dragonfly/usr.sbin/rpc.lockd/
HDlock_proc.c226 client = clnt_tp_create(host, NLM_PROG, vers, nconf); in get_client()