Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Drpcb_clnt.c89 struct address_cache { struct
94 struct address_cache *ac_next; argument
98 static struct address_cache *front; argument
161 static struct address_cache *
164 struct address_cache *cptr; in check_cache()
182 struct address_cache *cptr, *prevptr = NULL; in delete_cache()
209 struct address_cache *ad_cache, *cptr, *prevptr; in add_cache()
211 ad_cache = malloc(sizeof (struct address_cache)); in add_cache()
307 struct address_cache *ad_cache; in _getclnthandle_timed()