Home | History | Annotate | Download | only in rpc

Lines Matching defs:front

104 static struct address_cache *front;
176 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
197 for (cptr = front; cptr != NULL; cptr = cptr->ac_next) {
208 front = cptr->ac_next;
264 ad_cache->ac_next = front;
265 front = ad_cache;
269 cptr = front;
289 ad_cache->ac_next = front;
290 front = ad_cache;
292 front = ad_cache;