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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dlocalconf.h80 int retry_counter; /* times to retry. */ member in struct:localconf
H A Dremoteconf.h77 int retry_counter; /* times to retry. */ member in struct:remoteconf
H A Dhandler.h119 int retry_counter; /* for resend. */ member in struct:ph1handle
222 int retry_counter; /* for resend. */ member in struct:ph2handle
297 int retry_counter; /* how many times to send */ member in struct:recvdpkt
H A Dhandler.c740 r->retry_counter--;
741 if (r->retry_counter <= 0) {
763 if (lcconf->retry_counter == 0) {
804 new->retry_counter = lcconf->retry_counter;
846 lt = lcconf->retry_counter * lcconf->retry_interval;
863 time_t lt = lcconf->retry_counter * lcconf->retry_interval;
H A Dremoteconf.c166 new->retry_counter = lcconf->retry_counter;
H A Disakmp_ident.c145 iph1->retry_counter = iph1->rmconf->retry_counter;
303 iph1->retry_counter = iph1->rmconf->retry_counter;
498 iph1->retry_counter = iph1->rmconf->retry_counter;
862 iph1->retry_counter = iph1->rmconf->retry_counter;
1033 iph1->retry_counter = iph1->rmconf->retry_counter;
[all...]
H A Disakmp_base.c155 iph1->retry_counter = iph1->rmconf->retry_counter;
415 iph1->retry_counter = iph1->rmconf->retry_counter;
757 iph1->retry_counter = iph1->rmconf->retry_counter;
H A Disakmp_agg.c231 iph1->retry_counter = iph1->rmconf->retry_counter;
1036 iph1->retry_counter = iph1->rmconf->retry_counter;
H A Dlocalconf.c108 lcconf->retry_counter = LC_DEFAULT_RETRY_COUNTER;
H A Disakmp_quick.c284 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
610 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
1323 iph2->retry_counter = iph2->ph1->rmconf->retry_counter;
H A Disakmp.c1413 if (iph1->retry_counter < 0) {
1430 iph1->retry_counter--;
1451 if (iph2->retry_counter < 0) {
1468 iph2->retry_counter--;
H A Dcfparse.y364 lcconf->retry_counter = $2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_blind.c286 int retry_counter = 32; local
324 if (retry_counter-- == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_blind.c318 int retry_counter = 32; local
356 if (retry_counter-- == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_blind.c318 int retry_counter = 32; local
356 if (retry_counter-- == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c2609 int retry_counter)
2734 if (USE_NEW_SCHEME(retry_counter) && !(hcd->driver->flags & HCD_USB3)) {
2826 if (USE_NEW_SCHEME(retry_counter) && !(hcd->driver->flags & HCD_USB3))
2608 hub_port_init(struct usb_hub *hub, struct usb_device *udev, int port1, int retry_counter) argument

Completed in 82 milliseconds