Home | History | Annotate | Download | only in racoon

Lines Matching full:prev

2955 		plist->prev = NULL;
2959 plist->next->prev = plist;
2979 while (ptr->prev) ptr = ptr->prev;
3007 /* ptr->prev = NULL; first = NULL; ... omitted. */