HomeSort by relevance Sort by last modified time
    Searched refs:genlist_insert (Results 1 - 2 of 2) sorted by null

  /external/ipsec-tools/src/racoon/
genlist.c 50 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");
genlist.h 55 struct genlist_entry *genlist_insert (struct genlist *head, void *data);

Completed in 151 milliseconds