Home
last modified time | relevance | path

Searched refs:dpd_support (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dvendorid.c278 iph1->dpd_support = 1; in handle_vendorid()
H A Dhandler.h205 int dpd_support; /* Does remote supports DPD ? */ member
H A Dhandler.c365 iph1->dpd_support = 0; in newph1()
526 if (iph1->rmconf->rekey == REKEY_ON && iph1->dpd_support &&
H A Disakmp_base.c978 if (iph1->dpd_support && iph1->rmconf->dpd) {
H A Disakmp_agg.c1017 if (iph1->dpd_support && iph1->rmconf->dpd)
H A Disakmp_ident.c1032 if (iph1->dpd_support) {
H A Disakmp_inf.c1562 if(iph1->dpd_support == 0 ||
H A Disakmp.c902 if(iph1->dpd_support && iph1->rmconf->dpd_interval)