Home
last modified time | relevance | path

Searched refs:RPCBVERS (Results 1 – 13 of 13) sorted by relevance

/src/usr.sbin/rpcbind/
H A Drpcb_svc.c92 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS); in rpcb_service_3()
125 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS); in rpcb_service_3()
170 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) { in rpcb_service_3()
174 result = (*local)(&argument, rqstp, transp, RPCBVERS); in rpcb_service_3()
223 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS, in rpcbproc_getaddr_3_local()
H A Drpcbind.c635 pml->pml_map.pm_vers = RPCBVERS; in init_transport()
656 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) { in init_transport()
661 rbllist_add(RPCBPROG, RPCBVERS, nconf, &taddr.addr); in init_transport()
H A Drpcb_stat.c72 case RPCBVERS: /* version 3 */ in rpcbs_procinfo()
H A Drpcb_svc_com.c462 if ((cap->rmt_localvers == RPCBVERS) || in xdr_rmtcall_result()
675 versnum == RPCBVERS ? "rpcb_rmtcall" : in rpcbproc_callit_com()
/src/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c81 if ((clnt = clnt_create_timed(host, RPCBPROG, RPCBVERS, transp, in onehost()
88 if ((clnt = clnt_create(host, RPCBPROG, RPCBVERS, transp)) == NULL) in onehost()
246 clnt_stat = rpc_broadcast(RPCBPROG, RPCBVERS, RPCBPROC_NULL, in allhosts()
/src/include/rpc/
H A Drpcb_prot.x334 version RPCBVERS {
406 %#define RPCBVERS_3 RPCBVERS
/src/lib/libc/rpc/
H A Drpcb_clnt.c443 (rpcvers_t)RPCBVERS, tsize, tsize); in local_rpcb()
907 start_vers = RPCBVERS; /* Try version 3 now */ in __rpcb_findaddr_timed()
940 for (vers = start_vers; vers >= RPCBVERS; vers--) { in __rpcb_findaddr_timed()
1077 vers = RPCBVERS; in rpcb_getmaps()
1135 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) { in rpcb_rmtcall()
1224 vers = RPCBVERS; in rpcb_gettime()
H A Dauth_time.c337 clnt = clnttcp_create(&sin, RPCBPROG, RPCBVERS, &s, 0, 0); in __rpc_get_time_offset()
H A Dclnt_bcast.c378 msg.rm_call.cb_vers = RPCBVERS; in rpc_broadcast_exp()
/src/sys/rpc/
H A Drpcb_prot.h346 #define RPCBVERS_3 RPCBVERS
491 #define RPCBVERS ((unsigned long)(3)) macro
H A Drpcb_clnt.c67 rpcb_clnt = client_nl_create("rpcbind", RPCBPROG, RPCBVERS); in local_rpcb()
/src/usr.bin/rpcinfo/
H A Drpcinfo.c691 client = clnt_rpcbind_create(host, RPCBVERS, NULL);
700 client = getclnthandle(host, nconf, RPCBVERS, NULL);
705 client = local_rpcb(PMAPPROG, RPCBVERS);
/src/sys/nlm/
H A Dnlm_prot_impl.c400 case RPCBVERS: in nlm_get_rpc()
430 rpcvers = RPCBVERS; in nlm_get_rpc()
431 else if (rpcvers == RPCBVERS) in nlm_get_rpc()