Searched defs: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;
98 static struct address_cache *front;
161 static struct address_cache *
164 struct address_cache *cptr;
182 struct address_cache *cptr, *prevptr = NULL;
209 struct address_cache *ad_cache, *cptr, *prevptr;
211 ad_cache = malloc(sizeof (struct address_cache));
307 struct address_cache *ad_cache;

Completed in 45 milliseconds