Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c94 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
270 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) in getclnthandle() function
506 client = getclnthandle(hostname, loopnconf, NULL); in local_rpcb()
756 client = getclnthandle(host, newnconf, &parms.r_addr); in __rpcb_findaddr_timed()
760 client = getclnthandle(host, nconf, &parms.r_addr); in __rpcb_findaddr_timed()
858 client = getclnthandle(host, nconf_clts, in __rpcb_findaddr_timed()
927 client = getclnthandle(host, nconf, &parms.r_addr); in __rpcb_findaddr_timed()
1057 client = getclnthandle(host, nconf, NULL); in rpcb_getmaps()
1120 client = getclnthandle(host, nconf, NULL); in rpcb_rmtcall()
1207 client = getclnthandle(host, nconf, NULL); in rpcb_gettime()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c134 static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
698 client = getclnthandle(host, nconf, RPCBVERS, NULL);
894 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
1555 clnt = getclnthandle(host, nconf, rpcbversnum,
1566 getclnthandle(char *host, struct netconfig *nconf, function