Symbol: RPCBVERS4
lib/libc/rpc/rpcb_clnt.c
1076
if (vers == RPCBVERS4) {
lib/libc/rpc/rpcb_clnt.c
1135
for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
lib/libc/rpc/rpcb_clnt.c
1222
if (vers == RPCBVERS4) {
lib/libc/rpc/rpcb_clnt.c
292
(rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
lib/libc/rpc/rpcb_clnt.c
387
(rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
lib/libc/rpc/rpcb_clnt.c
710
rpcvers_t start_vers = RPCBVERS4;
lib/libc/rpc/rpcb_clnt.c
868
vers = RPCBVERS4;
lib/libc/rpc/rpcb_clnt.c
975
if (rpcerr.re_vers.low > RPCBVERS4)
sys/nlm/nlm_prot_impl.c
341
int rpcvers = RPCBVERS4;
sys/nlm/nlm_prot_impl.c
399
case RPCBVERS4:
sys/nlm/nlm_prot_impl.c
429
if (rpcvers == RPCBVERS4)
sys/rpc/rpcb_prot.h
347
#define RPCBVERS_4 RPCBVERS4
usr.bin/rpcinfo/rpcinfo.c
1007
client = clnt_rpcbind_create(host, RPCBVERS4, NULL);
usr.bin/rpcinfo/rpcinfo.c
1009
client = local_rpcb(PMAPPROG, RPCBVERS4);
usr.bin/rpcinfo/rpcinfo.c
723
if (err.re_vers.low == RPCBVERS4) {
usr.bin/rpcinfo/rpcinfo.c
724
vers = RPCBVERS4;
usr.bin/rpcinfo/rpcinfo.c
886
client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr);
usr.bin/rpcinfo/rpcinfo.c
895
client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
usr.sbin/rpcbind/rpcb_stat.c
76
case RPCBVERS4: /* version 4 */
usr.sbin/rpcbind/rpcb_svc_4.c
147
rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
usr.sbin/rpcbind/rpcb_svc_4.c
156
rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
usr.sbin/rpcbind/rpcb_svc_4.c
221
if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) {
usr.sbin/rpcbind/rpcb_svc_4.c
225
result = (*local)(&argument, rqstp, transp, RPCBVERS4);
usr.sbin/rpcbind/rpcb_svc_4.c
276
return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4,
usr.sbin/rpcbind/rpcb_svc_4.c
307
return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4,
usr.sbin/rpcbind/rpcb_svc_4.c
420
rpcbs_getaddr(RPCBVERS4 - 2, prog, vers, transp->xp_netid, maddr);
usr.sbin/rpcbind/rpcb_svc_4.c
92
check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4);
usr.sbin/rpcbind/rpcb_svc_com.c
463
(cap->rmt_localvers == RPCBVERS4)) {
usr.sbin/rpcbind/rpcb_svc_com.c
676
versnum == RPCBVERS4 ? "rpcb_indirect" : rpcbind_unknown,
usr.sbin/rpcbind/rpcbind.c
646
pml->pml_map.pm_vers = RPCBVERS4;
usr.sbin/rpcbind/rpcbind.c
664
if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) {
usr.sbin/rpcbind/rpcbind.c
669
rbllist_add(RPCBPROG, RPCBVERS4, nconf, &taddr.addr);