Home | History | Annotate | Download | only in racoon

Lines Matching defs:next

217 	struct sainfo *s, *next;
219 for (s = LIST_FIRST(&sitree); s; s = next) {
220 next = LIST_NEXT(s, chain);
248 struct sainfoalg *a, *next;
250 for (a = alg; a; a = next) {
251 next = a->next;
263 for (a = *head; a && a->next; a = a->next)
266 a->next = new;