Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcinfo/
H A Drpcinfo.c108 static CLIENT *getclnthandle(/* host, nconf, rpcbversnum */);
736 client = getclnthandle(host, loopback_nconf, RPCBVERS, NULL);
750 client = getclnthandle(host, nconf, RPCBVERS, NULL);
960 client = getclnthandle(host, loopback_nconf, RPCBVERS4,
975 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
1091 client = getclnthandle(host, loopback_nconf, RPCBVERS4, NULL);
1701 clnt = getclnthandle(host, nconf, rpcbversnum,
1712 getclnthandle(host, nconf, rpcbversnum, targaddr) in getclnthandle() function
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c287 getclnthandle(char *host, struct netconfig *nconf, char **targaddr) in getclnthandle() function
442 return (getclnthandle(HOST_SELF_CONNECT, loopnconf, NULL)); in local_rpcb()
1109 client = getclnthandle((char *)host, in rpcb_getmaps()
1166 client = getclnthandle((char *)host, (struct netconfig *)nconf, NULL); in rpcb_rmtcall()
1245 client = getclnthandle((char *)host, nconf, NULL); in rpcb_gettime()