HomeSort by relevance Sort by last modified time
    Searched refs:genlist_foreach (Results 1 - 4 of 4) sorted by null

  /external/ipsec-tools/src/racoon/
genlist.h 58 /* Create a function with this prototype for use with genlist_foreach().
59 * See genlist_foreach() description below for details. */
65 * further from genlist_foreach(). Optional 'arg' may be passed to func(), e.g.
67 void *genlist_foreach (struct genlist *head, genlist_func_t func, void *arg);
rsalist.c 108 genlist_foreach(list, rsa_key_dump_one, NULL);
123 genlist_foreach(list, rsa_list_count_one, &count);
180 genlist_foreach(list, rsa_lookup_key_one, &r);
genlist.c 68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) function
128 genlist_foreach(head, print_entry, NULL);
remoteconf.c 285 genlist_foreach(rmconf->idvl_p, dupidvl, new->idvl_p);
559 genlist_foreach(p->idvl_p, &dump_peers_identifiers, NULL);

Completed in 172 milliseconds