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

/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_4.c93 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS4);
149 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
158 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS4);
223 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS4)) {
227 result = (*local)(&argument, rqstp, transp, RPCBVERS4);
279 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4,
310 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS4,
423 rpcbs_getaddr(RPCBVERS4 - 2, prog, vers, transp->xp_netid, maddr);
H A Drpcb_stat.c76 case RPCBVERS4: /* version 4 */
H A Drpcbind.c617 pml->pml_map.pm_vers = RPCBVERS4;
635 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS4, rpcb_service_4, NULL)) {
640 rbllist_add(RPCBPROG, RPCBVERS4, nconf, &taddr.addr);
H A Drpcb_svc_com.c462 (cap->rmt_localvers == RPCBVERS4)) {
677 versnum == RPCBVERS4 ? "rpcb_indirect" : "unknown",
1219 * Call svcerr_systemerr() only if RPCBVERS4
/freebsd-13-stable/include/rpc/
H A Drpcb_prot.x364 version RPCBVERS4 {
411 %#define RPCBVERS_4 RPCBVERS4
/freebsd-13-stable/lib/libc/rpc/
H A Drpcb_clnt.c301 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
396 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
719 rpcvers_t start_vers = RPCBVERS4;
867 vers = RPCBVERS4;
974 if (rpcerr.re_vers.low > RPCBVERS4)
1075 if (vers == RPCBVERS4) {
1134 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1221 if (vers == RPCBVERS4) {
/freebsd-13-stable/sys/rpc/
H A Drpcb_clnt.c313 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
408 (rpcprog_t)RPCBPROG, (rpcvers_t)RPCBVERS4, 0, 0);
757 rpcvers_t start_vers = RPCBVERS4;
907 vers = RPCBVERS4;
1014 if (rpcerr.re_vers.low > RPCBVERS4)
1121 if (vers == RPCBVERS4) {
1179 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1268 if (vers == RPCBVERS4) {
H A Drpcb_prot.h351 #define RPCBVERS_4 RPCBVERS4
523 #define RPCBVERS4 ((unsigned long)(4)) macro
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.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-13-stable/sys/kgssapi/
H A Dgsstest.c598 int rpcvers = RPCBVERS4;
652 case RPCBVERS4:
662 if (rpcvers == RPCBVERS4)
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c343 int rpcvers = RPCBVERS4;
395 case RPCBVERS4:
425 if (rpcvers == RPCBVERS4)

Completed in 130 milliseconds