Home
last modified time | relevance | path

Searched refs:rpc_pmap_getcache (Results 1 – 2 of 2) sorted by relevance

/dragonfly/stand/lib/
H A Drpc.h54 int rpc_pmap_getcache(struct in_addr, u_int, u_int);
H A Drpc.c330 rpc_pmap_getcache(struct in_addr addr, u_int prog, u_int vers) in rpc_pmap_getcache() function
418 port = rpc_pmap_getcache(d->destip, prog, vers); in rpc_getport()