Home
last modified time | relevance | path

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

/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dremoteconf.h136 int dpd_interval; /* in seconds */ member
Disakmp_inf.c1526 iph1->rmconf->dpd_interval == 0) in isakmp_sched_r_u()
1533 sched_schedule(&iph1->dpd_r_u, iph1->rmconf->dpd_interval, in isakmp_sched_r_u()
Dremoteconf.c517 new->dpd_interval = 0; /* Disable DPD checks by default */ in newrmconf()
Dhandler.c513 iph1->rmconf->dpd_interval) in ph1_rekey_enabled()
Dcfparse.y2295 cur_rmconf->dpd_interval = $2;
Disakmp.c897 if(iph1->dpd_support && iph1->rmconf->dpd_interval) in ph1_main()