OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:genlist_next
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
genlist.h
72
void *
genlist_next
(struct genlist *head, struct genlist_entry **buf);
genlist.c
82
genlist_next
(struct genlist *head, struct genlist_entry **buf)
function
162
printf("\nList 2 - using
genlist_next
()\n");
163
for (cp =
genlist_next
(cf->l2, &gpb); cp; cp =
genlist_next
(0, &gpb))
rsalist.c
206
for(key =
genlist_next
(list, &gp); key; key =
genlist_next
(NULL, &gp)) {
ipsec_doi.c
[
all
...]
oakley.c
[
all
...]
Completed in 21 milliseconds