Home
last modified time | relevance | path

Searched refs:RPCBVERS4 (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c90 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4); in rpcb_service_4()
146 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4); in rpcb_service_4()
155 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4); in rpcb_service_4()
220 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) { in rpcb_service_4()
224 result = (*local)(&argument, rqstp, transp, RPCBVERS4); in rpcb_service_4()
275 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4, in rpcbproc_getaddr_4_local()
306 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4, in rpcbproc_getversaddr_4_local()
419 rpcbs_getaddr(RPCBVERS4 - 2, prog, vers, transp->xp_netid, maddr); in rpcbproc_getaddrlist_4_local()
H A Drpcbind.c620 pml->pml_map.pm_vers = RPCBVERS4; in init_transport()
638 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) { in init_transport()
643 rbllist_add(RPCBPROG, RPCBVERS4, nconf, &taddr.addr); in init_transport()
H A Drpcb_stat.c73 case RPCBVERS4: /* version 4 */ in rpcbs_procinfo()
H A Drpcb_svc_com.c459 (cap->rmt_localvers == RPCBVERS4)) { in xdr_rmtcall_result()
674 versnum == RPCBVERS4 ? "rpcb_indirect" : "unknown", in rpcbproc_callit_com()
/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c292 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0); in getclnthandle()
387 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0); in getclnthandle()
710 rpcvers_t start_vers = RPCBVERS4; in __rpcb_findaddr_timed()
868 vers = RPCBVERS4; in __rpcb_findaddr_timed()
975 if (rpcerr.re_vers.low > RPCBVERS4) in __rpcb_findaddr_timed()
1076 if (vers == RPCBVERS4) { in rpcb_getmaps()
1135 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) { in rpcb_rmtcall()
1222 if (vers == RPCBVERS4) { in rpcb_gettime()
/freebsd/include/rpc/
H A Drpcb_prot.x360 version RPCBVERS4 {
407 %#define RPCBVERS_4 RPCBVERS4
/freebsd/sys/rpc/
H A Drpcb_prot.h347 #define RPCBVERS_4 RPCBVERS4
519 #define RPCBVERS4 ((unsigned long)(4)) macro
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c721 if (err.re_vers.low == RPCBVERS4) {
722 vers = RPCBVERS4;
885 client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr);
894 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
1005 client = clnt_rpcbind_create(host, RPCBVERS4, NULL);
1007 client = local_rpcb(PMAPPROG, RPCBVERS4);
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c341 int rpcvers = RPCBVERS4; in nlm_get_rpc()
399 case RPCBVERS4: in nlm_get_rpc()
429 if (rpcvers == RPCBVERS4) in nlm_get_rpc()