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.c1021 int mesh_wait) in infra_ip_create_ratedata() argument
1039 d->mesh_wait = mesh_wait; in infra_ip_create_ratedata()
1282 int mesh_wait = d->mesh_wait; in infra_wait_limit_allowed() local
1292 if(w->limit != -1 && mesh_wait > w->limit) in infra_wait_limit_allowed()
1297 if(mesh_wait > (cookie_valid?cfg->wait_limit_cookie: in infra_wait_limit_allowed()
1317 d->mesh_wait++; in infra_wait_limit_inc()
1338 if(d->mesh_wait > 0) in infra_wait_limit_dec()
1339 d->mesh_wait--; in infra_wait_limit_dec()
H A Dinfra.h205 int mesh_wait;
192 int mesh_wait; global() member