Home
last modified time | relevance | path

Searched refs:clnt_create (Results 1 – 25 of 36) sorted by relevance

12

/freebsd-10-stable/libexec/ypxfr/
Dypxfr_misc.c154 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()
Dypxfr_getmap.c73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
Dypxfrd_getmap.c121 if ((clnt = clnt_create(host, YPXFRD_FREEBSD_PROG, in ypxfrd_get_map()
/freebsd-10-stable/share/examples/sunrpc/msg/
Drprintmsg.c34 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
/freebsd-10-stable/share/examples/sunrpc/dir/
Drls.c38 cl = clnt_create(server, DIRPROG, DIRVERS, "tcp");
/freebsd-10-stable/usr.bin/showmount/
Dshowmount.c244 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/
Dtst.call.c71 client = clnt_create("localhost", NFS4_PROGRAM, NFS_V4, "tcp"); in dotest()
Dtst.call3.c365 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/
Dt_rpc.c78 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/
Drwall.c94 cl = clnt_create(wallhost, WALLPROG, WALLVERS, "udp"); in main()
/freebsd-10-stable/usr.sbin/rpc.statd/
Dtest.c105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main()
Dfile.c266 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
/freebsd-10-stable/contrib/amd/fixmount/
Dfixmount.c575 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/
Dspray.c124 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp"); in main()
/freebsd-10-stable/lib/librpcsvc/
Dyp_update.c80 if ((clnt = clnt_create(master, YPU_PROG, YPU_VERS, "tcp")) == NULL) in yp_update()
/freebsd-10-stable/lib/libc/rpc/
Dclnt_simple.c169 rcp->client = clnt_create(host, prognum, versnum, nettype); in rpc_call()
DSymbol.map61 clnt_create;
DMakefile.inc86 rpc_clnt_create.3 clnt_create.3 \
/freebsd-10-stable/usr.sbin/bootparamd/callbootd/
Dcallbootd.c91 clnt = clnt_create(server,BOOTPARAMPROG, BOOTPARAMVERS, "udp"); in main()
/freebsd-10-stable/usr.bin/rup/
Drup.c190 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()
/freebsd-10-stable/usr.bin/rusers/
Drusers.c187 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp"); in onehost()
/freebsd-10-stable/include/rpc/
Dclnt.h268 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
/freebsd-10-stable/contrib/amd/amq/
Damq.c584 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/
Dypclnt_passwd.c260 clnt = clnt_create(ypclnt->server, YPPASSWDPROG, YPPASSWDVERS, "udp"); in yppasswd_remote()
/freebsd-10-stable/usr.sbin/yppush/
Dyppush_main.c321 if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) { in yppush_send_xfr()

12