Searched refs:mesh_wait (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/usr.sbin/unbound/services/cache/
H A Dinfra.c973 int mesh_wait)
991 d->mesh_wait = mesh_wait;
1232 int mesh_wait = d->mesh_wait; local
1242 if(w->limit != -1 && mesh_wait > w->limit)
1247 if(mesh_wait > (cookie_valid?cfg->wait_limit_cookie:
1267 d->mesh_wait++;
1288 if(d->mesh_wait > 0)
1289 d->mesh_wait
971 infra_ip_create_ratedata(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, time_t timenow, int mesh_wait) argument
[all...]
H A Dinfra.h192 int mesh_wait; member in struct:rate_data
/openbsd-current/sbin/unwind/libunbound/services/cache/
H A Dinfra.c973 int mesh_wait)
991 d->mesh_wait = mesh_wait;
1232 int mesh_wait = d->mesh_wait; local
1242 if(w->limit != -1 && mesh_wait > w->limit)
1247 if(mesh_wait > (cookie_valid?cfg->wait_limit_cookie:
1267 d->mesh_wait++;
1288 if(d->mesh_wait > 0)
1289 d->mesh_wait
971 infra_ip_create_ratedata(struct infra_cache* infra, struct sockaddr_storage* addr, socklen_t addrlen, time_t timenow, int mesh_wait) argument
[all...]
H A Dinfra.h192 int mesh_wait; member in struct:rate_data

Completed in 178 milliseconds