Home | History | Annotate | Download | only in racoon

Lines Matching defs:first

1175 	 * We have to setup this flag now to correctly generate the first reply.
2972 struct payload_list *ptr = *plist, *first;
2977 /* Seek to the first item. */
2979 first = ptr;
2994 ptr = first;
3003 first = ptr;
3005 racoon_free (first);
3006 /* ptr->prev = NULL; first = NULL; ... omitted. */