Searched refs:RPCBVERS (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/fs/nfs/nfsservice/rpcbind/
H A Drpcb_svc.c91 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS);
124 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS);
169 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) {
173 result = (*local)(&argument, rqstp, transp, RPCBVERS);
222 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS,
H A Drpcbind.c432 pml->pml_map.pm_vers = RPCBVERS;
453 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) {
457 rbllist_add(RPCBPROG, RPCBVERS, nconf, &taddr.addr);
H A Drpcb_stat.c70 case RPCBVERS: /* version 3 */
H A Drpcb_svc_com.c454 if ((cap->rmt_localvers == RPCBVERS) ||
670 versnum == RPCBVERS ? "rpcb_rmtcall" :
/freebsd-11.0-release/usr.sbin/rpcbind/
H A Drpcb_svc.c91 check_access(transp, rqstp->rq_proc, NULL, RPCBVERS);
124 rpcbproc_callit_com(rqstp, transp, rqstp->rq_proc, RPCBVERS);
169 if (!check_access(transp, rqstp->rq_proc, &argument, RPCBVERS)) {
173 result = (*local)(&argument, rqstp, transp, RPCBVERS);
222 return (rpcbproc_getaddr_com(regp, rqstp, transp, RPCBVERS,
H A Drpcb_stat.c71 case RPCBVERS: /* version 3 */
H A Drpcbind.c589 pml->pml_map.pm_vers = RPCBVERS;
610 if (!svc_reg(my_xprt, RPCBPROG, RPCBVERS, rpcb_service_3, NULL)) {
615 rbllist_add(RPCBPROG, RPCBVERS, nconf, &taddr.addr);
H A Drpcb_svc_com.c463 if ((cap->rmt_localvers == RPCBVERS) ||
678 versnum == RPCBVERS ? "rpcb_rmtcall" :
/freebsd-11.0-release/contrib/netbsd-tests/lib/libc/rpc/
H A Dt_rpc.c71 if ((clnt = clnt_create(host, RPCBPROG, RPCBVERS, transp)) == NULL)
95 clnt_stat = rpc_broadcast(RPCBPROG, RPCBVERS, RPCBPROC_NULL,
/freebsd-11.0-release/include/rpc/
H A Drpcb_prot.x338 version RPCBVERS {
410 %#define RPCBVERS_3 RPCBVERS
/freebsd-11.0-release/sys/rpc/
H A Drpcb_prot.h348 #define RPCBVERS_3 RPCBVERS
493 #define RPCBVERS ((unsigned long)(3)) macro
H A Drpcb_clnt.c462 (rpcvers_t)RPCBVERS, tsize, tsize, 1);
944 start_vers = RPCBVERS; /* Try version 3 now */
974 /* First try from start_vers and then version 3 (RPCBVERS) */
977 for (vers = start_vers; vers >= RPCBVERS; vers--) {
1120 vers = RPCBVERS;
1177 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1268 vers = RPCBVERS;
/freebsd-11.0-release/lib/libc/rpc/
H A Drpcb_clnt.c450 (rpcvers_t)RPCBVERS, tsize, tsize);
903 start_vers = RPCBVERS; /* Try version 3 now */
933 /* First try from start_vers and then version 3 (RPCBVERS) */
936 for (vers = start_vers; vers >= RPCBVERS; vers--) {
1073 vers = RPCBVERS;
1131 for (rpcb_vers = RPCBVERS4; rpcb_vers >= RPCBVERS; rpcb_vers--) {
1220 vers = RPCBVERS;
H A Dauth_time.c342 clnt = clnttcp_create(&sin, RPCBPROG, RPCBVERS, &s, 0, 0);
H A Dclnt_bcast.c384 msg.rm_call.cb_vers = RPCBVERS;
/freebsd-11.0-release/sys/kgssapi/
H A Dgsstest.c652 case RPCBVERS:
662 rpcvers = RPCBVERS;
663 else if (rpcvers == RPCBVERS)
/freebsd-11.0-release/usr.bin/rpcinfo/
H A Drpcinfo.c699 client = clnt_rpcbind_create(host, RPCBVERS, NULL);
708 client = getclnthandle(host, nconf, RPCBVERS, NULL);
713 client = local_rpcb(PMAPPROG, RPCBVERS);
/freebsd-11.0-release/sys/nlm/
H A Dnlm_prot_impl.c413 case RPCBVERS:
443 rpcvers = RPCBVERS;
444 else if (rpcvers == RPCBVERS)

Completed in 208 milliseconds