Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Drpcb_clnt.c96 struct address_cache { struct
101 struct address_cache *ac_next; argument
104 static struct address_cache *front;
111 static struct address_cache *check_cache(const char *, const char *);
166 static struct address_cache *
169 struct address_cache *cptr; in check_cache()
192 struct address_cache *cptr, *prevptr = NULL; in delete_cache()
221 struct address_cache *ad_cache, *cptr, *prevptr; in add_cache()
312 struct address_cache *ad_cache; in getclnthandle()