Searched refs:genlist_append (Results 1 – 5 of 5) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | genlist.c | 59 genlist_append (struct genlist *head, void *data) in genlist_append() function 152 genlist_append(cf->l2, "Curak"); 153 genlist_append(cf->l2, "Kozy"); 154 genlist_append(cf->l2, "Pica"); 155 genlist_append(cf->l2, "Prdel");
|
D | rsalist.c | 86 genlist_append(list, rsa_key); in rsa_key_insert() 154 genlist_append(req->winners, key); in rsa_lookup_key_one()
|
D | genlist.h | 56 struct genlist_entry *genlist_append (struct genlist *head, void *data);
|
D | remoteconf.c | 263 genlist_append(arg, id);
|
D | cfparse.y | 1778 genlist_append (cur_rmconf->idvl_p, id); 1795 genlist_append (cur_rmconf->idvl_p, id);
|