Home
last modified time | relevance | path

Searched refs:enumrmconf (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dnattraversal.c326 if (enumrmconf(&rmconf, natt_is_enabled, NULL) == 0) in natt_handle_vendorid()
490 return enumrmconf(NULL, natt_enabled_in_rmconf_stub, NULL) != 0; in natt_enabled_in_rmconf()
Dremoteconf.c299 enumrmconf(struct rmconfselector *rmsel, in enumrmconf() function
385 if (enumrmconf(&ctx.sel, rmconf_find, &ctx) != 0) { in getrmconf()
431 if (enumrmconf(&ctx.sel, rmconf_find, &ctx) != 0) { in getrmconf_by_ph1()
1057 enumrmconf(NULL, dump_rmconf_single, NULL); in dumprmconf()
Dremoteconf.h188 extern int enumrmconf(struct rmconfselector *rmsel,
Doakley.c2252 enumrmconf(&sel, oakley_append_rmconf_cr, &ctx); in oakley_append_cr()
Disakmp.c1143 if (enumrmconf(&rmsel, check_etypeok, (void *) (intptr_t) etype) == 0) { in isakmp_ph1begin_r()
Dipsec_doi.c271 if (enumrmconf(&rmsel, get_ph1approvalx, &ctx)) in get_ph1approval()