Searched defs:ad_cache (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c209 struct address_cache *ad_cache, *cptr, *prevptr; local
211 ad_cache = malloc(sizeof (struct address_cache));
212 if (!ad_cache) {
215 ad_cache->ac_maxtime = time(NULL) + CACHE_TTL;
216 ad_cache->ac_host = strdup(host);
217 ad_cache->ac_netid = strdup(netid);
218 ad_cache->ac_uaddr = uaddr ? strdup(uaddr) : NULL;
219 ad_cache->ac_taddr = malloc(sizeof (struct netbuf));
220 if (!ad_cache->ac_host || !ad_cache
314 struct address_cache *ad_cache; local
[all...]

Completed in 16 milliseconds