Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Disakmp_xauth.c259 time_t throttle_delay = 0; local
314 throttle_delay = throttle_host(iph1->remote, res) - time(NULL);
315 if (throttle_delay > 0) {
322 str, (unsigned long)throttle_delay);
325 throttle_delay = 0;
329 if (throttle_delay != 0) {
347 sched_new(throttle_delay, xauth_reply_stub, xra);