/freebsd/libexec/ypxfr/ |
H A 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()
|
H A D | ypxfr_getmap.c | 73 if ((clnt = clnt_create(host, YPPROG, YPVERS, "tcp")) == NULL) { in ypxfr_get_map()
|
H A D | ypxfrd_getmap.c | 121 if ((clnt = clnt_create(host, YPXFRD_FREEBSD_PROG, in ypxfrd_get_map()
|
/freebsd/share/examples/sunrpc/msg/ |
H A D | rprintmsg.c | 33 cl = clnt_create(server, MESSAGEPROG, MESSAGEVERS, "tcp");
|
/freebsd/share/examples/sunrpc/dir/ |
H A D | rls.c | 37 cl = clnt_create(server, DIRPROG, DIRVERS, "tcp");
|
/freebsd/usr.bin/showmount/ |
H A D | showmount.c | 241 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 D | tst.call.c | 71 client = clnt_create("localhost", NFS4_PROGRAM, NFS_V4, "tcp"); in dotest()
|
H A 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/contrib/netbsd-tests/lib/libc/rpc/ |
H A D | t_rpc.c | 87 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 D | rwall.c | 83 cl = clnt_create(wallhost, WALLPROG, WALLVERS, "udp"); in main()
|
/freebsd/usr.sbin/rpc.statd/ |
H A D | test.c | 105 cli = clnt_create("localhost", SM_PROG, SM_VERS, "udp"); in main()
|
H A D | file.c | 269 cli = clnt_create(hostname, SM_PROG, SM_VERS, "udp"); in notify_one_host()
|
/freebsd/usr.sbin/spray/ |
H A D | spray.c | 121 cl = clnt_create(*argv, SPRAYPROG, SPRAYVERS, "udp"); in main()
|
/freebsd/lib/libc/rpc/ |
H A D | clnt_simple.c | 164 rcp->client = clnt_create(host, prognum, versnum, nettype); in rpc_call()
|
H A D | Symbol.map | 26 clnt_create;
|
H A D | Makefile.inc | 84 rpc_clnt_create.3 clnt_create.3 \
|
H A D | clnt_generic.c | 157 clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers, in clnt_create() function
|
/freebsd/lib/librpcsvc/ |
H A D | yp_update.c | 80 if ((clnt = clnt_create(master, YPU_PROG, YPU_VERS, "tcp")) == NULL) in yp_update()
|
/freebsd/usr.sbin/bootparamd/callbootd/ |
H A D | callbootd.c | 87 clnt = clnt_create(server,BOOTPARAMPROG, BOOTPARAMVERS, "udp"); in main()
|
/freebsd/usr.bin/rup/ |
H A D | rup.c | 177 rstat_clnt = clnt_create(host, RSTATPROG, RSTATVERS_TIME, "udp"); in onehost()
|
/freebsd/usr.bin/rusers/ |
H A D | rusers.c | 186 rusers_clnt = clnt_create(host, RUSERSPROG, RUSERSVERS_IDLE, "udp"); in onehost()
|
/freebsd/include/rpc/ |
H A D | clnt.h | 266 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
|
/freebsd/lib/libypclnt/ |
H A D | ypclnt_passwd.c | 260 clnt = clnt_create(ypclnt->server, YPPASSWDPROG, YPPASSWDVERS, "udp"); in yppasswd_remote()
|
/freebsd/tools/regression/rpcsec_gss/ |
H A D | rpctest.c | 100 client = clnt_create(hostname, prog, vers, netid); in test_client()
|
/freebsd/sys/rpc/ |
H A D | clnt.h | 446 extern CLIENT *clnt_create(const char *, const rpcprog_t, const rpcvers_t,
|