Home
last modified time | relevance | path

Searched refs:SCRIPT_PHASE1_UP (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h81 #define SCRIPT_PHASE1_UP 0 macro
Dcfparse.y2228 if (cur_rmconf->script[SCRIPT_PHASE1_UP] != NULL)
2229 vfree(cur_rmconf->script[SCRIPT_PHASE1_UP]);
2231 cur_rmconf->script[SCRIPT_PHASE1_UP] =
Disakmp_cfg.c447 script_hook(iph1, SCRIPT_PHASE1_UP); in isakmp_cfg_reply()
628 script_hook(iph1, SCRIPT_PHASE1_UP); in isakmp_cfg_request()
Disakmp.c941 script_hook(iph1, SCRIPT_PHASE1_UP); in ph1_main()