Home
last modified time | relevance | path

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

/freebsd-11-stable/usr.sbin/rpcbind/
HDrpcb_svc_4.c93 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4); in rpcb_service_4()
149 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4); in rpcb_service_4()
158 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4); in rpcb_service_4()
223 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) { in rpcb_service_4()
227 result = (*local)(&argument, rqstp, transp, RPCBVERS4); in rpcb_service_4()
279 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4, in rpcbproc_getaddr_4_local()
310 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4, in rpcbproc_getversaddr_4_local()
423 rpcbs_getaddr(RPCBVERS4 - 2, prog, vers, transp->xp_netid, maddr); in rpcbproc_getaddrlist_4_local()
HDrpcbind.c602 pml->pml_map.pm_vers = RPCBVERS4; in init_transport()
620 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) { in init_transport()
625 rbllist_add(RPCBPROG, RPCBVERS4, nconf, &taddr.addr); in init_transport()
HDrpcb_stat.c75 case RPCBVERS4: /* version 4 */ in rpcbs_procinfo()
HDrpcb_svc_com.c466 (cap->rmt_localvers == RPCBVERS4)) { in xdr_rmtcall_result()
681 versnum == RPCBVERS4 ? "rpcb_indirect" : "unknown", in rpcbproc_callit_com()
/freebsd-11-stable/lib/libc/rpc/
HDrpcb_clnt.c299 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0); in getclnthandle()
394 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0); in getclnthandle()
717 rpcvers_t start_vers = RPCBVERS4; in __rpcb_findaddr_timed()
865 vers = RPCBVERS4; in __rpcb_findaddr_timed()
972 if (rpcerr.re_vers.low > RPCBVERS4) in __rpcb_findaddr_timed()
1073 if (vers == RPCBVERS4) { in rpcb_getmaps()
1132 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) { in rpcb_rmtcall()
1219 if (vers == RPCBVERS4) { in rpcb_gettime()
/freebsd-11-stable/sys/rpc/
HDrpcb_clnt.c311 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
406 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
755 rpcvers_t start_vers = RPCBVERS4;
905 vers = RPCBVERS4;
1012 if (rpcerr.re_vers.low > RPCBVERS4)
1119 if (vers == RPCBVERS4) {
1177 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1266 if (vers == RPCBVERS4) {
HDrpcb_prot.h349 #define RPCBVERS_4 RPCBVERS4
521 #define RPCBVERS4 ((unsigned long)(4)) macro
/freebsd-11-stable/include/rpc/
HDrpcb_prot.x364 version RPCBVERS4 {
411 %#define RPCBVERS_4 RPCBVERS4
/freebsd-11-stable/usr.bin/rpcinfo/
HDrpcinfo.c731 if (err.re_vers.low == RPCBVERS4) {
732 vers = RPCBVERS4;
895 client = clnt_rpcbind_create(host, RPCBVERS4, &targaddr);
904 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
1015 client = clnt_rpcbind_create(host, RPCBVERS4, NULL);
1017 client = local_rpcb(PMAPPROG, RPCBVERS4);
/freebsd-11-stable/sys/kgssapi/
HDgsstest.c597 int rpcvers = RPCBVERS4; in gsstest_get_rpc()
651 case RPCBVERS4: in gsstest_get_rpc()
661 if (rpcvers == RPCBVERS4) in gsstest_get_rpc()
/freebsd-11-stable/sys/nlm/
HDnlm_prot_impl.c357 int rpcvers = RPCBVERS4; in nlm_get_rpc()
412 case RPCBVERS4: in nlm_get_rpc()
442 if (rpcvers == RPCBVERS4) in nlm_get_rpc()