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

/external/ipsec-tools/src/racoon/
H A Dgenlist.h72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
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))
H A Drsalist.c206 for(key = genlist_next(list, &gp); key; key = genlist_next(NULL, &gp)) {
H A Dipsec_doi.c3674 if (genlist_next(iph1->rmconf->idvl_p, 0)) {
3680 for (id = genlist_next (iph1->rmconf->idvl_p, &gpb); id; id = genlist_next (0, &gpb)) {
H A Doakley.c1789 genlist_next(iph1->rsa_candidates, NULL))->rsa;

Completed in 203 milliseconds