Searched refs:retry_counter (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dlocalconf.h141 int retry_counter; /* times to retry. */ member in struct:localconf
H A Dhandler.h111 int retry_counter; /* for resend. */ member in struct:phase1handle
215 int retry_counter; /* for resend. */ member in struct:phase2handle
301 int retry_counter; /* how many times to send */ member in struct:recvdpkt
H A Dhandler.c566 p->retry_counter == 0
1106 r->retry_counter--;
1107 if (r->retry_counter <= 0) {
1115 r->retry_interval = ike_session_get_exp_retx_interval((lcconf->retry_counter - r->retry_counter),
1134 if (lcconf->retry_counter == 0) {
1192 new->retry_counter = lcconf->retry_counter;
1200 new->retry_interval = ike_session_get_exp_retx_interval((lcconf->retry_counter - new->retry_counter),
[all...]
H A Dremoteconf.h142 int retry_counter; /* times to retry. */ member in struct:remoteconf
H A Disakmp_ident.c222 iph1->retry_counter = iph1->rmconf->retry_counter;
481 iph1->retry_counter = iph1->rmconf->retry_counter;
788 iph1->retry_counter = iph1->rmconf->retry_counter;
1292 iph1->retry_counter = iph1->rmconf->retry_counter;
1556 iph1->retry_counter = iph1->rmconf->retry_counter;
[all...]
H A Disakmp.c1818 if (iph1->retry_counter <= 0) {
1838 if (iph1->rmconf->retry_counter != iph1->retry_counter) {
1850 if (iph1->rmconf->retry_counter != iph1->retry_counter) {
1861 iph1->retry_counter--;
1862 retry_interval = ike_session_get_exp_retx_interval((iph1->rmconf->retry_counter - iph1->retry_counter),
1910 if (iph2->retry_counter <= 0) {
1924 if (iph2->ph1->rmconf->retry_counter !
[all...]
H A Dike_session.c2004 num_retransmits = iph2->ph1->rmconf->retry_counter - iph2->retry_counter;
2021 iph2->retry_counter = 0;
2039 num_retransmits = iph1->rmconf->retry_counter - iph1->retry_counter;
2042 iph1->retry_counter = 0;
H A Dremoteconf.c285 new->retry_counter = lcconf->retry_counter;
H A Disakmp_agg.c297 iph1->retry_counter = iph1->rmconf->retry_counter;
1405 iph1->retry_counter = iph1->rmconf->retry_counter;
H A Dlocalconf.c125 lcconf->retry_counter = LC_DEFAULT_RETRY_COUNTER;
H A Disakmp_quick.c352 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
840 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
1751 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
H A Disakmp_cfg.c1284 iph2->retry_counter = retry_count;
1541 ISAKMP_NPTYPE_ATTR, ISAKMP_FLAG_E, 1, iph1->rmconf->retry_counter, NULL);
H A Dcfparse.y863 lcconf->retry_counter = $2;
/macosx-10.10/OpenSSL098-52/src/crypto/bn/
H A Dbn_blind.c301 int retry_counter = 32; local
339 if (retry_counter-- == 0)
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c2430 int retry_counter=0; local
2445 while (ji.jvp == NULL && retry_counter++ < 4) {
2446 if (retry_counter > 1) {

Completed in 231 milliseconds