Searched refs:clnt_tp_create (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/lib/libypclnt/ |
| HD | ypclnt_passwd.c | 96 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/ |
| HD | crypt_client.c | 67 clnt = clnt_tp_create(NULL, CRYPT_PROG, CRYPT_VERS, nconf); in _des_crypt_call()
|
| HD | key_call.c | 363 kcp->client = clnt_tp_create(u.nodename, in getkeyserv_handle() 374 kcp->client = clnt_tp_create(u.nodename, in getkeyserv_handle()
|
| HD | Symbol.map | 88 clnt_tp_create;
|
| HD | Makefile.inc | 104 rpc_clnt_create.3 clnt_tp_create.3 \
|
| HD | clnt_generic.c | 279 clnt_tp_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_tp_create() function
|
| /dragonfly/include/rpc/ |
| HD | clnt.h | 329 extern CLIENT *clnt_tp_create(const char *, const rpcprog_t,
|
| /dragonfly/usr.bin/rpcinfo/ |
| HD | rpcinfo.c | 323 clnt = clnt_tp_create(NULL, prog, vers, nconf); 1371 client = clnt_tp_create(argv[0], prognum, versnum, nconf);
|
| /dragonfly/sbin/mount_nfs/ |
| HD | mount_nfs.c | 704 clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers, nconf_mnt); in nfs_tryproto()
|
| /dragonfly/usr.sbin/rpc.lockd/ |
| HD | lock_proc.c | 226 client = clnt_tp_create(host, NLM_PROG, vers, nconf); in get_client()
|