Home
last modified time | relevance | path

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

/netbsd/src/external/ibm-public/postfix/dist/src/master/
Dmaster_conf.c144 serv->throttle_delay = entry->throttle_delay; in master_config()
Dmaster.h53 int throttle_delay; /* failure recovery parameter */ member
Dmaster_ent.c540 serv->throttle_delay = var_throttle_time; in get_master_ent()
627 msg_info("throttle_delay: %d", serv->throttle_delay); in print_master_ent()
Dmaster_spawn.c132 serv->throttle_delay); in master_throttle()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Disakmp_xauth.c256 time_t throttle_delay = 0; in xauth_attr_reply() local
311 throttle_delay = throttle_host(iph1->remote, res); in xauth_attr_reply()
312 if (throttle_delay > 0) { in xauth_attr_reply()
319 str, (unsigned long)throttle_delay); in xauth_attr_reply()
322 throttle_delay = 0; in xauth_attr_reply()
326 if (throttle_delay != 0) { in xauth_attr_reply()
344 sched_schedule(&xra->sc, throttle_delay, in xauth_attr_reply()