Searched refs:PMAPPROC_GETPORT (Results 1 – 11 of 11) sorted by relevance
| /dragonfly/stand/lib/ |
| HD | rpc.h | 46 #define PMAPPROC_GETPORT 3 macro
|
| HD | rpc.c | 429 cc = rpc_call(d, PMAPPROG, PMAPVERS, PMAPPROC_GETPORT, in rpc_getport()
|
| /dragonfly/sys/vfs/nfs/ |
| HD | krpc.h | 31 #define PMAPPROC_GETPORT 3 macro
|
| HD | krpc_subr.c | 164 PMAPPROC_GETPORT, &m, NULL, td); in krpc_portmap()
|
| /dragonfly/include/rpc/ |
| HD | pmap_prot.h | 83 #define PMAPPROC_GETPORT ((u_long)3) macro
|
| /dragonfly/usr.sbin/rpcbind/ |
| HD | pmap_svc.c | 98 case PMAPPROC_GETPORT: in pmap_service() 270 if (!check_access(xprt, PMAPPROC_GETPORT, ®, PMAPVERS)) { in pmapproc_getport()
|
| /dragonfly/lib/libc/rpc/ |
| HD | pmap_getport.c | 84 if (CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in pmap_getport()
|
| HD | rpcb_clnt.c | 790 clnt_st = CLNT_CALL(client, (rpcproc_t)PMAPPROC_GETPORT, in __rpcb_findaddr_timed()
|
| /dragonfly/include/rpcsvc/ |
| HD | pmap_prot.x | 231 PMAPPROC_GETPORT(pmap) = 3;
|
| /dragonfly/usr.sbin/ypbind/ |
| HD | yp_ping.c | 127 if (CLNT_CALL(client, PMAPPROC_GETPORT, in __pmap_getport()
|
| /dragonfly/usr.bin/rpcinfo/ |
| HD | rpcinfo.c | 1024 case PMAPPROC_GETPORT: 1059 if (inf[RPCBVERS_2_STAT].info[PMAPPROC_GETPORT]) {
|