Searched refs:RPCBVERS (Results 1 – 13 of 13) sorted by relevance
| /src/usr.sbin/rpcbind/ |
| H A D | rpcb_svc.c | 92 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 D | rpcbind.c | 635 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 D | rpcb_stat.c | 72 case RPCBVERS: /* version 3 */ in rpcbs_procinfo()
|
| H A D | rpcb_svc_com.c | 462 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 D | t_rpc.c | 81 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 D | rpcb_prot.x | 334 version RPCBVERS { 406 %#define RPCBVERS_3 RPCBVERS
|
| /src/lib/libc/rpc/ |
| H A D | rpcb_clnt.c | 443 (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 D | auth_time.c | 337 clnt = clnttcp_create(&sin, RPCBPROG, RPCBVERS, &s, 0, 0); in __rpc_get_time_offset()
|
| H A D | clnt_bcast.c | 378 msg.rm_call.cb_vers = RPCBVERS; in rpc_broadcast_exp()
|
| /src/sys/rpc/ |
| H A D | rpcb_prot.h | 346 #define RPCBVERS_3 RPCBVERS 491 #define RPCBVERS ((unsigned long)(3)) macro
|
| H A D | rpcb_clnt.c | 67 rpcb_clnt = client_nl_create("rpcbind", RPCBPROG, RPCBVERS); in local_rpcb()
|
| /src/usr.bin/rpcinfo/ |
| H A D | rpcinfo.c | 691 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 D | nlm_prot_impl.c | 400 case RPCBVERS: in nlm_get_rpc() 430 rpcvers = RPCBVERS; in nlm_get_rpc() 431 else if (rpcvers == RPCBVERS) in nlm_get_rpc()
|