Searched refs:getclnthandle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c141 * However because getclnthandle(), the only user of the cache functions,
294 getclnthandle(char *host, struct netconfig *nconf, char **targaddr) function
300 * Same as getclnthandle() except it takes an extra timeout argument.
491 return (getclnthandle(hostname, loopnconf, NULL));
1092 client = getclnthandle((char *)host,
1149 client = getclnthandle((char *)host, (struct netconfig *)nconf, NULL);
1228 client = getclnthandle((char *)host, nconf, NULL);

Completed in 21 milliseconds