Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/rpc/
H A Drpcb_clnt.c80 struct address_cache { struct
85 struct address_cache *ac_next; argument
88 static struct address_cache *front;
149 static struct address_cache *
152 struct address_cache *cptr; in check_cache()
166 return ((struct address_cache *) NULL); in check_cache()
172 struct address_cache *cptr, *prevptr = NULL; in delete_cache()
198 struct address_cache *ad_cache, *cptr, *prevptr; in add_cache()
200 ad_cache = (struct address_cache *) in add_cache()
201 malloc(sizeof (struct address_cache)); in add_cache()
[all …]
/freebsd-14.2/sys/rpc/
H A Drpcb_clnt.c78 struct address_cache {
83 struct address_cache *ac_next;
86 static struct address_cache *front;
149 static struct address_cache *
153 struct address_cache *cptr;
167 return ((struct address_cache *) NULL);
174 struct address_cache *cptr, *prevptr = NULL;
203 struct address_cache *ad_cache, *cptr, *prevptr;
205 ad_cache = (struct address_cache *)
206 malloc(sizeof (struct address_cache));
[all …]