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

/freebsd-12-stable/lib/libc/rpc/
H A Drpcb_clnt.c103 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
137 * However because getclnthandle(), the only user of the cache functions,
279 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) function
515 client = getclnthandle(hostname, loopnconf, NULL);
755 client = getclnthandle(host, newnconf, &parms.r_addr);
758 client = getclnthandle(host, nconf, &parms.r_addr);
857 client = getclnthandle(host, nconf_clts,
926 client = getclnthandle(host, nconf, &parms.r_addr);
1056 client = getclnthandle(host, nconf, NULL);
1119 client = getclnthandle(hos
[all...]
/freebsd-12-stable/sys/rpc/
H A Drpcb_clnt.c100 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **);
136 * However because getclnthandle(), the only user of the cache functions,
288 getclnthandle(host, nconf, targaddr)
529 client = getclnthandle(localhostname, loopnconf, NULL);
793 client = getclnthandle(host, newnconf, &parms.r_addr);
796 client = getclnthandle(host, nconf, &parms.r_addr);
897 client = getclnthandle(host, nconf_clts,
966 client = getclnthandle(host, nconf, &parms.r_addr);
1102 client = getclnthandle(host, nconf, NULL);
1164 client = getclnthandle(hos
[all...]
/freebsd-12-stable/usr.bin/rpcinfo/
H A Drpcinfo.c144 static CLIENT *getclnthandle(char *, struct netconfig *, u_long,
708 client = getclnthandle(host, nconf, RPCBVERS, NULL);
904 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr);
1565 clnt = getclnthandle(host, nconf, rpcbversnum,
1576 getclnthandle(char *host, struct netconfig *nconf, function

Completed in 65 milliseconds