OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genlist_func_t
(Results
1 - 2
of
2
) sorted by null
/external/ipsec-tools/src/racoon/
genlist.h
60
typedef void *(
genlist_func_t
)(void *entry, void *arg);
typedef
67
void *genlist_foreach (struct genlist *head,
genlist_func_t
func, void *arg);
genlist.c
68
genlist_foreach (struct genlist *head,
genlist_func_t
func, void *arg)
Completed in 157 milliseconds