Home
last modified time | relevance | path

Searched refs:genlist_entry (Results 1 – 4 of 4) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgenlist.c49 struct genlist_entry *
52 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); in genlist_insert()
58 struct genlist_entry *
61 struct genlist_entry *entry = calloc(sizeof(struct genlist_entry), 1); in genlist_append()
70 struct genlist_entry *p; in genlist_foreach()
82 genlist_next (struct genlist *head, struct genlist_entry **buf) in genlist_next()
84 struct genlist_entry *p; in genlist_next()
98 struct genlist_entry *p; in genlist_free()
141 struct genlist_entry *gpb;
Dgenlist.h43 TAILQ_HEAD(genlist, genlist_entry);
46 struct genlist_entry { struct
48 TAILQ_ENTRY(genlist_entry) chain; argument
55 struct genlist_entry *genlist_insert (struct genlist *head, void *data);
56 struct genlist_entry *genlist_append (struct genlist *head, void *data);
72 void *genlist_next (struct genlist *head, struct genlist_entry **buf);
Drsalist.c204 struct genlist_entry *gp; in rsa_try_check_rsasign()
Dipsec_doi.c3678 struct genlist_entry *gpb;