Home
last modified time | relevance | path

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

/freebsd/lib/libc/rpc/
H A Drpcb_clnt.c75 char *ac_host; member
151 if (!strcmp(cptr->ac_host, host) && in check_cache()
171 free(cptr->ac_host); in delete_cache()
199 ad_cache->ac_host = strdup(host); in add_cache()
203 if (!ad_cache->ac_host || !ad_cache->ac_netid || !ad_cache->ac_taddr || in add_cache()
211 free(ad_cache->ac_host); in add_cache()
241 cptr->ac_host, cptr->ac_netid); in add_cache()
243 free(cptr->ac_host); in add_cache()