Searched refs:PMAPVERS (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Drpc.h41 #define PMAPVERS 2 macro
H A Dbootparam.c163 len = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_CALLIT,
H A Drpc.c414 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h80 #define PMAPVERS ((u_long)2) macro
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h80 #define PMAPVERS ((u_long)2) macro
/freebsd-13-stable/sys/nfs/
H A Dkrpc.h25 #define PMAPVERS 2 macro
H A Dkrpc_subr.c170 error = krpc_call(sin, PMAPPROG, PMAPVERS,
/freebsd-13-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c85 check_access(xprt, rqstp->rq_proc, NULL, PMAPVERS);
135 rpcbproc_callit_com(rqstp, xprt, PMAPPROC_CALLIT, PMAPVERS);
192 if (!check_access(xprt, op, &reg, PMAPVERS)) {
280 if (!check_access(xprt, PMAPPROC_GETPORT, &reg, PMAPVERS)) {
353 if (!check_access(xprt, PMAPPROC_DUMP, NULL, PMAPVERS)) {
H A Drpcb_stat.c67 case PMAPVERS: /* version 2 */
H A Drpcbind.c552 if (!svc_register(my_xprt, PMAPPROG, PMAPVERS,
564 pml->pml_map.pm_vers = PMAPVERS;
622 rbllist_add(PMAPPROG, PMAPVERS, nconf, &taddr.addr);
H A Dsecurity.c78 if (rpcbvers > PMAPVERS) {
H A Drpcb_svc_com.c449 if (cap->rmt_localvers == PMAPVERS) {
675 versnum == PMAPVERS ? "pmap_rmtcall" :
/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_getmaps.c88 PMAPVERS, &sock, 50, 500);
H A Dpmap_getport.c83 PMAPVERS, timeout, &sock, RPCSMALLMSGSIZE, RPCSMALLMSGSIZE);
H A Dpmap_rmt.c95 client = clntudp_create(addr, PMAPPROG, PMAPVERS, timeout, &sock);
H A Dclnt_bcast.c413 msg.rm_call.cb_vers = PMAPVERS;
/freebsd-13-stable/include/rpcsvc/
H A Dpmap_prot.x221 version PMAPVERS {
/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c126 PMAPVERS, timeout, &sock, RPCSMALLMSGSIZE, RPCSMALLMSGSIZE);
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c487 client = clnttcp_create(&server_addr, PMAPPROG, PMAPVERS,
490 client = local_rpcb(PMAPPROG, PMAPVERS);
516 if (err.re_vers.low > PMAPVERS) {
741 if (err.re_vers.high == PMAPVERS) {
746 vers = PMAPVERS;
/freebsd-13-stable/sys/kgssapi/
H A Dgsstest.c665 rpcvers = PMAPVERS;
688 case PMAPVERS:
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c428 rpcvers = PMAPVERS;
433 case PMAPVERS:

Completed in 212 milliseconds