Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Dinfra.c982 int mesh_wait) in infra_ip_create_ratedata() argument
1000 d->mesh_wait = mesh_wait; in infra_ip_create_ratedata()
1241 int mesh_wait = d->mesh_wait; in infra_wait_limit_allowed() local
1251 if(w->limit != -1 && mesh_wait > w->limit) in infra_wait_limit_allowed()
1256 if(mesh_wait > (cookie_valid?cfg->wait_limit_cookie: in infra_wait_limit_allowed()
1276 d->mesh_wait++; in infra_wait_limit_inc()
1297 if(d->mesh_wait > 0) in infra_wait_limit_dec()
1298 d->mesh_wait--; in infra_wait_limit_dec()
H A Dinfra.h192 int mesh_wait; member