Searched defs:genlist_next (Results 1 - 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgenlist.c82 genlist_next (struct genlist *head, struct genlist_entry **buf) function
162 printf("\nList 2 - using genlist_next()\n");
163 for (cp = genlist_next (cf->l2, &gpb); cp; cp = genlist_next (0, &gpb))

Completed in 144 milliseconds