/src/lib/libc/rpc/ |
rpcb_clnt.c | 114 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **); 151 * However because getclnthandle(), the only user of the cache functions, 305 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) function in typeref:typename:CLIENT * 523 client = getclnthandle(hostname, loopnconf, NULL); 720 client = getclnthandle(host, newnconf, &parms.r_addr); 723 client = getclnthandle(host, nconf, &parms.r_addr); 822 client = getclnthandle(host, nconf_clts, 893 client = getclnthandle(host, nconf, &parms.r_addr); 1020 client = getclnthandle(host, nconf, NULL); 1084 client = getclnthandle(host, nconf, NULL) [all...] |
rpcb_clnt.c | 114 static CLIENT *getclnthandle(const char *, const struct netconfig *, char **); 151 * However because getclnthandle(), the only user of the cache functions, 305 getclnthandle(const char *host, const struct netconfig *nconf, char **targaddr) function in typeref:typename:CLIENT * 523 client = getclnthandle(hostname, loopnconf, NULL); 720 client = getclnthandle(host, newnconf, &parms.r_addr); 723 client = getclnthandle(host, nconf, &parms.r_addr); 822 client = getclnthandle(host, nconf_clts, 893 client = getclnthandle(host, nconf, &parms.r_addr); 1020 client = getclnthandle(host, nconf, NULL); 1084 client = getclnthandle(host, nconf, NULL) [all...] |
/src/usr.bin/rpcinfo/ |
rpcinfo.c | 146 static CLIENT *getclnthandle(const char *, const struct netconfig *, 709 client = getclnthandle(host, nconf, RPCBVERS, NULL); 916 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr); 1611 clnt = getclnthandle(host, nconf, rpcbversnum, 1622 getclnthandle(const char *host, const struct netconfig *nconf, function in typeref:typename:CLIENT *
|
rpcinfo.c | 146 static CLIENT *getclnthandle(const char *, const struct netconfig *, 709 client = getclnthandle(host, nconf, RPCBVERS, NULL); 916 client = getclnthandle(host, nconf, RPCBVERS4, &targaddr); 1611 clnt = getclnthandle(host, nconf, rpcbversnum, 1622 getclnthandle(const char *host, const struct netconfig *nconf, function in typeref:typename:CLIENT *
|