HomeSort by relevance Sort by last modified time
    Searched refs:retry_counter (Results 1 - 14 of 14) sorted by null

  /external/ipsec-tools/src/racoon/
localconf.h 96 int retry_counter; /* times to retry. */ member in struct:localconf
handler.h 146 int retry_counter; /* for resend. */ member in struct:ph1handle
264 int retry_counter; /* for resend. */ member in struct:ph2handle
341 int retry_counter; /* how many times to send */ member in struct:recvdpkt
remoteconf.h 104 int retry_counter; /* times to retry. */ member in struct:remoteconf
handler.c 506 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;
isakmp_ident.c 213 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;
    [all...]
isakmp_base.c 253 iph1->retry_counter = iph1->rmconf->retry_counter;
555 iph1->retry_counter = iph1->rmconf->retry_counter;
1022 iph1->retry_counter = iph1->rmconf->retry_counter;
    [all...]
isakmp_agg.c 292 iph1->retry_counter = iph1->rmconf->retry_counter;
1264 iph1->retry_counter = iph1->rmconf->retry_counter;
    [all...]
localconf.c 117 lcconf->retry_counter = LC_DEFAULT_RETRY_COUNTER;
isakmp_quick.c 288 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
623 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
1354 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
    [all...]
remoteconf.c 205 new->retry_counter = lcconf->retry_counter;
isakmp.c     [all...]
cfparse.y 207 %token RETRY RETRY_COUNTER RETRY_INTERVAL RETRY_PERSEND
1083 : RETRY_COUNTER NUMBER
1085 lcconf->retry_counter = $2;
    [all...]
  /external/boringssl/src/crypto/fipsmodule/rsa/
blinding.c 218 int retry_counter = 32; local
245 if (retry_counter-- == 0) {
  /external/ipsec-tools/
setup.c 159 localconf.retry_counter = 10;

Completed in 258 milliseconds