Searched refs:genlist_insert (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dgenlist.c50 genlist_insert (struct genlist *head, void *data) function
147 genlist_insert(cf->l1, "Ahoj");
148 genlist_insert(cf->l1, "Cau");
149 genlist_insert(cf->l1, "Nazdar");
150 genlist_insert(cf->l1, "Te buch");
H A Dgenlist.h55 struct genlist_entry *genlist_insert (struct genlist *head, void *data);

Completed in 107 milliseconds