Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Drpc.h53 int rpc_pmap_getcache(struct in_addr, u_int, u_int);
H A Drpc.c320 rpc_pmap_getcache(struct in_addr addr, u_int prog, u_int vers) in rpc_pmap_getcache() function
403 port = rpc_pmap_getcache(d->destip, prog, vers); in rpc_getport()