Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dremoteconf.h110 int dpd_interval; /* in seconds */ member
Dremoteconf.c214 new->dpd_interval = 0; /* Disable DPD checks by default */ in newrmconf()
Disakmp_inf.c1702 iph1->rmconf->dpd_interval == 0)
1709 iph1->dpd_r_u = sched_new(iph1->rmconf->dpd_interval,
Dcfparse.y1874 cur_rmconf->dpd_interval = $2;
Disakmp.c890 if(iph1->dpd_support && iph1->rmconf->dpd_interval)
/external/ipsec-tools/
Dsetup.c100 remoteconf.dpd_interval = 0; in set_default()