Home
last modified time | relevance | path

Searched refs:genlist_func_t (Results 1 – 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/
Dgenlist.h60 typedef void *(genlist_func_t)(void *entry, void *arg); typedef
67 void *genlist_foreach (struct genlist *head, genlist_func_t func, void *arg);
Dgenlist.c68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) in genlist_foreach()