| /freebsd-10-stable/libexec/ypxfr/ |
| D | ypxfr_misc.c | 154 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_master() 219 if ((clnt = clnt_create(source,YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_get_order() 265 if ((clnt = clnt_create(server, YPPROG,YPVERS,"udp")) == NULL) { in ypxfr_match()
|
| D | ypxfr_getmap.c | 73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
|
| D | ypxfrd_getmap.c | 121 if ((clnt = clnt_create(host, YPXFRD_FREEBSD_PROG, in ypxfrd_get_map()
|
| /freebsd-10-stable/share/examples/sunrpc/msg/ |
| D | rprintmsg.c | 34 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
|
| /freebsd-10-stable/share/examples/sunrpc/dir/ |
| D | rls.c | 38 cl = clnt_create(server, DIRPROG, DIRVERS, "tcp");
|
| /freebsd-10-stable/usr.bin/showmount/ |
| D | showmount.c | 244 if ((client = clnt_create(host, prognum, versnum, "tcp")) == NULL && in tcp_callrpc() 245 (client = clnt_create(host, prognum, versnum, "udp")) == NULL) in tcp_callrpc()
|
| /freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/ |
| D | tst.call.c | 71 client = clnt_create("localhost", NFS4_PROGRAM, NFS_V4, "tcp"); in dotest()
|
| D | tst.call3.c | 365 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); in dotest() 389 client = clnt_create("localhost", NFS3_PROGRAM, NFS_V3, "tcp"); in dotest()
|
| /freebsd-10-stable/contrib/netbsd-tests/lib/libc/rpc/ |
| D | t_rpc.c | 78 if ((clnt = clnt_create(host, RPCBPROG, RPCBVERS, transp)) == NULL) in onehost() 208 clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp); in regtest()
|
| /freebsd-10-stable/usr.bin/rwall/ |
| D | rwall.c | 94 cl = clnt_create(wallhost, WALLPROG, WALLVERS, "udp"); in main()
|
| /freebsd-10-stable/usr.sbin/rpc.statd/ |
| D | test.c | 105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main()
|
| D | file.c | 266 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
|
| /freebsd-10-stable/contrib/amd/fixmount/ |
| D | fixmount.c | 575 clnt = clnt_create(host, MOUNTPROG, MOUNTVERS, "tcp"); in clnt_create_timeout() 577 clnt = clnt_create(host, MOUNTPROG, MOUNTVERS, "udp"); in clnt_create_timeout()
|
| /freebsd-10-stable/usr.sbin/spray/ |
| D | spray.c | 124 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp"); in main()
|
| /freebsd-10-stable/lib/librpcsvc/ |
| D | yp_update.c | 80 if ((clnt = clnt_create(master, YPU_PROG, YPU_VERS, "tcp")) == NULL) in yp_update()
|
| /freebsd-10-stable/lib/libc/rpc/ |
| D | clnt_simple.c | 169 rcp->client = clnt_create(host, prognum, versnum, nettype); in rpc_call()
|
| D | Symbol.map | 61 clnt_create;
|
| D | Makefile.inc | 86 rpc_clnt_create.3 clnt_create.3 \
|
| /freebsd-10-stable/usr.sbin/bootparamd/callbootd/ |
| D | callbootd.c | 91 clnt = clnt_create(server,BOOTPARAMPROG, BOOTPARAMVERS, "udp"); in main()
|
| /freebsd-10-stable/usr.bin/rup/ |
| D | rup.c | 190 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()
|
| /freebsd-10-stable/usr.bin/rusers/ |
| D | rusers.c | 187 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp"); in onehost()
|
| /freebsd-10-stable/include/rpc/ |
| D | clnt.h | 268 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
|
| /freebsd-10-stable/contrib/amd/amq/ |
| D | amq.c | 584 clnt = clnt_create(server, amd_program_number, AMQ_VERSION, "tcp"); in main() 586 clnt = clnt_create(server, amd_program_number, AMQ_VERSION, "udp"); in main()
|
| /freebsd-10-stable/lib/libypclnt/ |
| D | ypclnt_passwd.c | 260 clnt = clnt_create(ypclnt->server, YPPASSWDPROG, YPPASSWDVERS, "udp"); in yppasswd_remote()
|
| /freebsd-10-stable/usr.sbin/yppush/ |
| D | yppush_main.c | 321 if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) { in yppush_send_xfr()
|