Home
last modified time | relevance | path

Searched refs:retry_counter (Results 1 – 14 of 14) sorted by relevance

/external/ipsec-tools/src/racoon/
Dhandler.h146 int retry_counter; /* for resend. */ member
264 int retry_counter; /* for resend. */ member
341 int retry_counter; /* how many times to send */ member
Disakmp_ident.c213 iph1->retry_counter = iph1->rmconf->retry_counter;
395 iph1->retry_counter = iph1->rmconf->retry_counter;
636 iph1->retry_counter = iph1->rmconf->retry_counter;
1066 iph1->retry_counter = iph1->rmconf->retry_counter;
1295 iph1->retry_counter = iph1->rmconf->retry_counter;
Dhandler.c506 p->retry_counter == 0
915 r->retry_counter--;
916 if (r->retry_counter <= 0) {
938 if (lcconf->retry_counter == 0) {
979 new->retry_counter = lcconf->retry_counter;
1021 lt = lcconf->retry_counter * lcconf->retry_interval;
1038 time_t lt = lcconf->retry_counter * lcconf->retry_interval; in init_recvdpkt()
Disakmp_base.c253 iph1->retry_counter = iph1->rmconf->retry_counter;
555 iph1->retry_counter = iph1->rmconf->retry_counter;
1022 iph1->retry_counter = iph1->rmconf->retry_counter;
Dlocalconf.h96 int retry_counter; /* times to retry. */ member
Dremoteconf.h104 int retry_counter; /* times to retry. */ member
Disakmp_agg.c292 iph1->retry_counter = iph1->rmconf->retry_counter;
1264 iph1->retry_counter = iph1->rmconf->retry_counter;
Disakmp_quick.c287 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
622 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
1353 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
Dlocalconf.c117 lcconf->retry_counter = LC_DEFAULT_RETRY_COUNTER; in setdefault()
Dremoteconf.c205 new->retry_counter = lcconf->retry_counter; in newrmconf()
Disakmp.c1896 if (iph1->retry_counter <= 0) {
1919 iph1->retry_counter--;
1956 if (iph2->retry_counter <= 0) {
1978 iph2->retry_counter--;
Dcfparse.y1085 lcconf->retry_counter = $2;
/external/ipsec-tools/
Dsetup.c159 localconf.retry_counter = 10; in set_globals()
DChangeLog390 retry_counter is <=0 instead of < 0