Searched refs:PMAPVERS (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | pmap_clnt.c | 137 client = clntudp_bufcreate(address, PMAPPROG, PMAPVERS, timeout, in pmap_getport() 173 client = clnttcp_create(address, PMAPPROG, PMAPVERS, &fd, 50, 500); in pmap_getmaps() 207 client = clntudp_create(addr, PMAPPROG, PMAPVERS, rmttimeout, &fd); in pmap_rmtcall()
|
H A D | clnt_bcast.c | 298 msg.rm_call.cb_vers = PMAPVERS; in rpc_broadcast_exp()
|
/titanic_44/usr/src/lib/libbc/inc/include/rpc/ |
H A D | pmap_prot.h | 67 #define PMAPVERS ((u_long)2) macro
|
/titanic_44/usr/src/stand/lib/fs/nfs/ |
H A D | pmap.c | 75 { {PMAPPROG, PMAPVERS, IPPROTO_UDP, PMAPPORT}, &pre_init[1] }, 364 status = brpc_call((rpcprog_t)PMAPPROG, (rpcvers_t)PMAPVERS, in bpmap_rmtcall() 455 *rpc_stat = brpc_call(PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in bpmap_getport()
|
/titanic_44/usr/src/uts/common/rpc/ |
H A D | pmap_prot.x | 214 version PMAPVERS {
|
H A D | rpc_subr.c | 471 PMAPVERS, 0, 0, CRED(), &client)) { in portmap_getport()
|
/titanic_44/usr/src/cmd/rpcbind/ |
H A D | rpcb_svc_com.c | 66 #define PMAPVERS 2 macro 112 rpcbs_set(rpcbversnum - PMAPVERS, *result); in rpcbproc_set_com() 213 rpcbs_unset(rpcbversnum - PMAPVERS, *result); in rpcbproc_unset_com() 406 rpcbs_getaddr(rpcbversnum - PMAPVERS, regp->r_prog, regp->r_vers, in rpcbproc_getaddr_com() 887 rpcbs_rmtcall(versnum - PMAPVERS, reply_type, arg.prog, arg.vers, in rpcbproc_callit_com() 1170 case PMAPVERS: in rpcbproc_callit_com()
|
H A D | rpcbind.c | 619 if (!svc_register(my_xprt, PMAPPROG, PMAPVERS, in init_transport() 631 pml->pml_map.pm_vers = PMAPVERS; in init_transport() 684 rbllist_add(PMAPPROG, PMAPVERS, nconf, &baddr->addr); in init_transport()
|
H A D | pmap_svc.c | 125 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS); in pmap_service()
|
/titanic_44/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 513 PMAPVERS, &socket, 50, 500)) == NULL) { 533 if (err.re_vers.low > PMAPVERS) 779 if (err.re_vers.high == PMAPVERS) { 784 vers = PMAPVERS;
|
/titanic_44/usr/src/cmd/fs.d/autofs/ |
H A D | nfs_cast.c | 301 msg.rm_call.cb_vers = PMAPVERS; in nfs_cast()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 1882 PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in pmap_kgetport() 1961 rc = clnt_tli_kcreate(knconf, call_addr, PMAPPROG, PMAPVERS, in pmap_rmt_call()
|