Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dthrottle.c85 te->penalty = time(NULL) + isakmp_cfg_config.auth_throttle;
101 if (isakmp_cfg_config.auth_throttle == 0)
134 + isakmp_cfg_config.auth_throttle);
147 new = remaining + isakmp_cfg_config.auth_throttle;
Disakmp_cfg.h100 int auth_throttle; member
Disakmp_cfg.c2163 isakmp_cfg_config.auth_throttle = THROTTLE_PENALTY;
Dcfparse.y881 isakmp_cfg_config.auth_throttle = $2;