Searched refs:enumrmconf (Results 1 – 6 of 6) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | nattraversal.c | 326 if (enumrmconf(&rmconf, natt_is_enabled, NULL) == 0) in natt_handle_vendorid() 488 return enumrmconf(NULL, natt_enabled_in_rmconf_stub, NULL) != 0; in natt_enabled_in_rmconf()
|
D | remoteconf.h | 188 extern int enumrmconf __P((struct rmconfselector *rmsel,
|
D | remoteconf.c | 308 enumrmconf(rmsel, enum_func, enum_arg) in enumrmconf() function 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); in dumprmconf()
|
D | isakmp.c | 1146 if (enumrmconf(&rmsel, check_etypeok, (void *) (intptr_t) etype) == 0) {
|
D | oakley.c | 2324 enumrmconf(&sel, oakley_append_rmconf_cr, &ctx);
|
D | ipsec_doi.c | 280 if (enumrmconf(&rmsel, get_ph1approvalx, &ctx))
|