Searched refs:PMAPPROC_GETPORT (Results 1 – 13 of 13) sorted by relevance
/freebsd/stand/libsa/ |
H A D | rpc.h | 43 #define PMAPPROC_GETPORT 3 macro
|
H A D | rpc.c | 409 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in rpc_getport()
|
/freebsd/sys/nfs/ |
H A D | krpc.h | 28 #define PMAPPROC_GETPORT 3 macro
|
H A D | krpc_subr.c | 167 PMAPPROC_GETPORT, &m, NULL, td); in krpc_portmap()
|
/freebsd/include/rpc/ |
H A D | pmap_prot.h | 82 #define PMAPPROC_GETPORT ((u_long)3) macro
|
/freebsd/sys/rpc/ |
H A D | pmap_prot.h | 82 #define PMAPPROC_GETPORT ((u_long)3) macro
|
/freebsd/lib/libc/rpc/ |
H A D | pmap_getport.c | 82 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in pmap_getport()
|
H A D | rpcb_clnt.c | 775 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in __rpcb_findaddr_timed()
|
/freebsd/usr.sbin/rpcbind/ |
H A D | pmap_svc.c | 99 case PMAPPROC_GETPORT: in pmap_service() 271 if (!check_access(xprt, PMAPPROC_GETPORT, ®, PMAPVERS)) { in pmapproc_getport()
|
/freebsd/include/rpcsvc/ |
H A D | pmap_prot.x | 228 PMAPPROC_GETPORT(pmap) = 3;
|
/freebsd/usr.sbin/ypbind/ |
H A D | yp_ping.c | 123 if (CLNT_CALL(client, PMAPPROC_GETPORT, in __pmap_getport()
|
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 1033 case PMAPPROC_GETPORT: 1068 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_GETPORT]) {
|
/freebsd/sys/nlm/ |
H A D | nlm_prot_impl.c | 446 stat = CLNT_CALL(rpcb, (rpcprog_t) PMAPPROC_GETPORT, in nlm_get_rpc()
|