Home
last modified time | relevance | path

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

12

/dflybsd-src/libexec/ypxfr/
H A 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()
H A Dypxfr_getmap.c71 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
H A Dypxfrd_getmap.c120 if ((clnt = clnt_create(host, YPXFRD_FREEBSD_PROG, in ypxfrd_get_map()
/dflybsd-src/share/examples/sunrpc/msg/
H A Drprintmsg.c34 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
/dflybsd-src/share/examples/sunrpc/dir/
H A Drls.c38 cl = clnt_create(server, DIRPROG, DIRVERS, "tcp");
/dflybsd-src/usr.bin/showmount/
H A Dshowmount.c232 if ((client = clnt_create(host, prognum, versnum, "tcp")) == NULL && in tcp_callrpc()
233 (client = clnt_create(host, prognum, versnum, "udp")) == NULL) in tcp_callrpc()
/dflybsd-src/usr.bin/rwall/
H A Drwall.c90 cl = clnt_create(wallhost, WALLPROG, WALLVERS, "udp"); in main()
/dflybsd-src/usr.sbin/rpc.statd/
H A Dtest.c95 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main()
H A Dfile.c235 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
H A Dprocs.c338 cli = clnt_create(lp->notifyHost, lp->notifyProg, lp->notifyVers, "udp"); in sm_notify_1_svc()
/dflybsd-src/lib/libc/rpc/
H A Dclnt_simple.c155 rcp->client = clnt_create(host, prognum, versnum, nettype); in rpc_call()
H A DSymbol.map75 clnt_create;
H A DMakefile.inc94 rpc_clnt_create.3 clnt_create.3 \
H A Dclnt_generic.c177 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_create() function
H A DREADME79 (clnt_create, clnt_call, etc.). The server-side interfaces
/dflybsd-src/lib/librpcsvc/
H A Dyp_update.c81 if ((clnt = clnt_create(master, YPU_PROG, YPU_VERS, "tcp")) == NULL) in yp_update()
/dflybsd-src/usr.sbin/spray/
H A Dspray.c123 if ((cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp")) == NULL) { in main()
/dflybsd-src/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c92 clnt = clnt_create(server,BOOTPARAMPROG, BOOTPARAMVERS, "udp"); in main()
/dflybsd-src/usr.bin/rusers/
H A Drusers.c182 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp"); in onehost()
/dflybsd-src/usr.bin/rup/
H A Drup.c182 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()
/dflybsd-src/include/rpc/
H A Dclnt.h267 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
/dflybsd-src/lib/libypclnt/
H A Dypclnt_passwd.c260 clnt = clnt_create(ypclnt->server, YPPASSWDPROG, YPPASSWDVERS, "udp"); in yppasswd_remote()
/dflybsd-src/usr.sbin/rpc.lockd/
H A Dtest.c276 cli = clnt_create(argv[1], NLM_PROG, NLM_VERS, "udp"); in main()
/dflybsd-src/usr.sbin/yppush/
H A Dyppush_main.c319 if ((clnt = clnt_create(job->server, YPPROG, YPVERS, "udp")) == NULL) { in yppush_send_xfr()
/dflybsd-src/sbin/umount/
H A Dumount.c464 clp = clnt_create(hostp, RPCPROG_MNT, RPCMNT_VER1, "udp"); in umountfs()

12