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

  /external/ipsec-tools/src/racoon/
throttle.c 85 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;
isakmp_cfg.h 100 int auth_throttle; member in struct:isakmp_cfg_config
cftoken.l 256 <S_CFG>auth_throttle { YYD; return(CFG_AUTH_THROTTLE); }
isakmp_cfg.c     [all...]
cfparse.y 881 isakmp_cfg_config.auth_throttle = $2;
    [all...]

Completed in 70 milliseconds