Searched refs:clnt_create (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libnsl/yp/ |
H A D | yp_rsvd.c | 53 return (clnt_create(hostname, prog, vers, nt));
|
H A D | yp_update.c | 93 client = clnt_create(ypmaster, YPU_PROG, YPU_VERS, "circuit_n");
|
H A D | yp_all.c | 130 if ((allc = clnt_create(server_name, YPPROG,
|
/osnet-11/usr/src/lib/libnsl/rpc/ |
H A D | clnt_simple.c | 134 rcp->client = clnt_create(host, prognum, versnum, nettype);
|
H A D | clnt_generic.c | 158 clnt_create(const char *hostname, const rpcprog_t prog, const rpcvers_t vers, function 165 * This the routine has the same definition as clnt_create(), 446 * Other clnt_create calls do a ping by contacting the
|
/osnet-11/usr/src/lib/passwdutil/ |
H A D | nis_attr.c | 504 client = clnt_create(nisbuf->master, YPPASSWDPROG, 507 client = clnt_create(nisbuf->master, YPPASSWDPROG,
|
/osnet-11/usr/src/lib/libsmedia/library/common/ |
H A D | l_misc.c | 100 clnt = clnt_create(HOST_SELF, SMSERVERPROG, SMSERVERVERS, "local");
|
/osnet-11/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 446 CLIENT *clnt_create(const char *hostname, rpcprog_t prog, rpcvers_t vers,
|
Completed in 47 milliseconds