Home
last modified time | relevance | path

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

/dragonfly/lib/libc/rpc/
HDrpcb_clnt.c97 char *ac_host; member
173 if (!strcmp(cptr->ac_host, host) && in check_cache()
193 free(cptr->ac_host); in delete_cache()
222 ad_cache->ac_host = strdup(host); in add_cache()
226 if (!ad_cache->ac_host || !ad_cache->ac_netid || !ad_cache->ac_taddr || in add_cache()
234 if (ad_cache->ac_host) in add_cache()
235 free(ad_cache->ac_host); in add_cache()
268 cptr->ac_host, cptr->ac_netid); in add_cache()
270 free(cptr->ac_host); in add_cache()