Home
last modified time | relevance | path

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

12

/freebsd/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.c73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
H A Dypxfrd_getmap.c121 if ((clnt = clnt_create(host, YPXFRD_FREEBSD_PROG, in ypxfrd_get_map()
/freebsd/share/examples/sunrpc/msg/
H A Drprintmsg.c33 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
/freebsd/share/examples/sunrpc/dir/
H A Drls.c37 cl = clnt_create(server, DIRPROG, DIRVERS, "tcp");
/freebsd/usr.bin/showmount/
H A Dshowmount.c241 if ((client = clnt_create(host, prognum, versnum, "tcp")) == NULL && in tcp_callrpc()
242 (client = clnt_create(host, prognum, versnum, "udp")) == NULL) in tcp_callrpc()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c71 client = clnt_create("localhost", NFS4_PROGRAM, NFS_V4, "tcp"); in dotest()
H A 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/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c87 if ((clnt = clnt_create(host, RPCBPROG, RPCBVERS, transp)) == NULL) in onehost()
218 clnt = clnt_create(hostname, PROGNUM, VERSNUM, transp); in regtest()
/freebsd/usr.bin/rwall/
H A Drwall.c83 cl = clnt_create(wallhost, WALLPROG, WALLVERS, "udp"); in main()
/freebsd/usr.sbin/rpc.statd/
H A Dtest.c105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main()
H A Dfile.c269 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
/freebsd/usr.sbin/spray/
H A Dspray.c121 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp"); in main()
/freebsd/lib/libc/rpc/
H A Dclnt_simple.c164 rcp->client = clnt_create(host, prognum, versnum, nettype); in rpc_call()
H A DSymbol.map26 clnt_create;
H A DMakefile.inc84 rpc_clnt_create.3 clnt_create.3 \
H A Dclnt_generic.c157 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_create() function
/freebsd/lib/librpcsvc/
H A Dyp_update.c80 if ((clnt = clnt_create(master, YPU_PROG, YPU_VERS, "tcp")) == NULL) in yp_update()
/freebsd/usr.sbin/bootparamd/callbootd/
H A Dcallbootd.c87 clnt = clnt_create(server,BOOTPARAMPROG, BOOTPARAMVERS, "udp"); in main()
/freebsd/usr.bin/rup/
H A Drup.c177 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()
/freebsd/usr.bin/rusers/
H A Drusers.c186 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp"); in onehost()
/freebsd/include/rpc/
H A Dclnt.h266 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
/freebsd/lib/libypclnt/
H A Dypclnt_passwd.c260 clnt = clnt_create(ypclnt->server, YPPASSWDPROG, YPPASSWDVERS, "udp"); in yppasswd_remote()
/freebsd/tools/regression/rpcsec_gss/
H A Drpctest.c100 client = clnt_create(hostname, prog, vers, netid); in test_client()
/freebsd/sys/rpc/
H A Dclnt.h446 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,

12