Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
H A Drpcb_clnt.c116 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
298 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) in getclnthandle() function
533 client = getclnthandle(hostname, loopnconf, NULL); in local_rpcb()
771 client = getclnthandle(host, newnconf, &parms.r_addr); in __rpcb_findaddr_timed()
774 client = getclnthandle(host, nconf, &parms.r_addr); in __rpcb_findaddr_timed()
875 client = getclnthandle(host, nconf_clts, in __rpcb_findaddr_timed()
944 client = getclnthandle(host, nconf, &parms.r_addr); in __rpcb_findaddr_timed()
1075 client = getclnthandle(host, nconf, NULL); in rpcb_getmaps()
1130 client = getclnthandle(host, nconf, NULL); in rpcb_rmtcall()
1217 client = getclnthandle(host, nconf, NULL); in rpcb_gettime()
/dragonfly/usr.bin/rpcinfo/
H A Drpcinfo.c136 static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
689 client = getclnthandle(host, nconf, RPCBVERS, NULL);
885 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
1541 clnt = getclnthandle(host, nconf, rpcbversnum,
1552 getclnthandle(char *host, struct netconfig *nconf, function