getclnthandle
static CLIENT *getclnthandle(/* host, nconf, rpcbversnum */);
client = getclnthandle(host, loopback_nconf, RPCBVERS4, NULL);
clnt = getclnthandle(host, nconf, rpcbversnum,
client = getclnthandle(host, loopback_nconf, RPCBVERS, NULL);
client = getclnthandle(host, nconf, RPCBVERS, NULL);
client = getclnthandle(host, loopback_nconf, RPCBVERS4,
client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
client = getclnthandle((char *)host,
client = getclnthandle((char *)host, (struct netconfig *)nconf, NULL);
client = getclnthandle((char *)host, nconf, NULL);
return (getclnthandle(HOST_SELF_CONNECT, loopnconf, NULL));