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

  /external/ipsec-tools/src/racoon/
remoteconf.h 188 extern int enumrmconf __P((struct rmconfselector *rmsel,
nattraversal.c 326 if (enumrmconf(&rmconf, natt_is_enabled, NULL) == 0)
488 return enumrmconf(NULL, natt_enabled_in_rmconf_stub, NULL) != 0;
remoteconf.c 308 enumrmconf(rmsel, enum_func, enum_arg) function
331 "enumrmconf: \"%s\" matches.\n", p->name);
401 if (enumrmconf(&ctx.sel, rmconf_find, &ctx) != 0) {
448 if (enumrmconf(&ctx.sel, rmconf_find, &ctx) != 0) {
1093 enumrmconf(NULL, dump_rmconf_single, NULL);
ipsec_doi.c 280 if (enumrmconf(&rmsel, get_ph1approvalx, &ctx))
    [all...]
isakmp.c 1146 if (enumrmconf(&rmsel, check_etypeok, (void *) (intptr_t) etype) == 0) {
    [all...]
oakley.c     [all...]

Completed in 458 milliseconds