Home | History | Annotate | Download | only in rpc

Lines Matching defs:ac_next

101 	struct address_cache *ac_next;
176 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
197 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
206 prevptr->ac_next = cptr->ac_next;
208 front = cptr->ac_next;
264 ad_cache->ac_next = front;
271 while (cptr->ac_next) {
273 cptr = cptr->ac_next;
288 prevptr->ac_next = NULL;
289 ad_cache->ac_next = front;
293 ad_cache->ac_next = NULL;