Searched refs:PMAPPROC_GETPORT (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/stand/libsa/
H A Drpc.h45 #define PMAPPROC_GETPORT 3 macro
H A Drpc.c414 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT,
/freebsd-13-stable/include/rpc/
H A Dpmap_prot.h56 * PMAPPROC_GETPORT(struct pmap) returns (long unsigned).
86 #define PMAPPROC_GETPORT ((u_long)3) macro
/freebsd-13-stable/sys/rpc/
H A Dpmap_prot.h56 * PMAPPROC_GETPORT(struct portmap) returns (long unsigned).
86 #define PMAPPROC_GETPORT ((u_long)3) macro
H A Drpcb_clnt.c812 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
/freebsd-13-stable/sys/nfs/
H A Dkrpc.h29 #define PMAPPROC_GETPORT 3 macro
H A Dkrpc_subr.c171 PMAPPROC_GETPORT, &m, NULL, td);
/freebsd-13-stable/lib/libc/rpc/
H A Dpmap_getport.c89 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
H A Drpcb_clnt.c774 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT,
/freebsd-13-stable/include/rpcsvc/
H A Dpmap_prot.x68 % * PMAPPROC_GETPORT(struct pmap) returns (long unsigned).
232 PMAPPROC_GETPORT(pmap) = 3;
/freebsd-13-stable/usr.sbin/rpcbind/
H A Dpmap_svc.c108 case PMAPPROC_GETPORT:
280 if (!check_access(xprt, PMAPPROC_GETPORT, &reg, PMAPVERS)) {
/freebsd-13-stable/usr.sbin/ypbind/
H A Dyp_ping.c132 if (CLNT_CALL(client, PMAPPROC_GETPORT,
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c1043 case PMAPPROC_GETPORT:
1078 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_GETPORT]) {
/freebsd-13-stable/sys/kgssapi/
H A Dgsstest.c697 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT,
/freebsd-13-stable/sys/nlm/
H A Dnlm_prot_impl.c442 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT,

Completed in 68 milliseconds