Lines Matching defs:targaddr
287 getclnthandle(char *host, struct netconfig *nconf, char **targaddr)
289 return (_getclnthandle_timed(host, nconf, targaddr, NULL));
299 _getclnthandle_timed(char *host, struct netconfig *nconf, char **targaddr,
323 if (targaddr) {
326 * without a targaddr and the handle is
327 * requested with a targaddr
330 *targaddr = strdup(ad_cache->ac_uaddr);
331 if (*targaddr == NULL) {
342 *targaddr = NULL;
392 tmpaddr = targaddr ? taddr2uaddr(nconf, addr) : NULL;
394 if (targaddr) {
395 *targaddr = tmpaddr;