HomeSort by: relevance | last modified time | path
    Searched defs:infra (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/testcode/
replay.h 87 * o INFRA_RTT [ip] [dp] [rtt] - update infra cache entry with rtt.
216 /** store infra rtt cache entry: addr and string (int) */
305 /** ref the infra cache (was passed to outside_network_create) */
306 struct infra_cache* infra; member in struct:replay_runtime
  /src/external/bsd/unbound/dist/services/cache/
infra.c 2 * services/cache/infra.c - infrastructure cache, server rtt and capabilities
46 #include "services/cache/infra.h"
70 * infra-cache-max-rtt) change it to just above the RTT_BAND. */
348 struct infra_cache* infra = (struct infra_cache*)calloc(1, local
352 if(!infra) {
355 infra->hosts = slabhash_create(cfg->infra_cache_slabs,
358 if(!infra->hosts) {
359 free(infra);
362 infra->host_ttl = cfg->host_ttl;
363 infra->infra_keep_probing = cfg->infra_keep_probing
    [all...]
  /src/external/bsd/unbound/dist/daemon/
worker.c 59 #include "services/cache/infra.h"
124 size_t total, front, back, mesh, msg, rrset, infra, ac, superac; local
136 infra = infra_get_mem(worker->env.infra_cache);
173 total = front+back+mesh+msg+rrset+infra+iter+val+ac+superac+me;
177 "rrset=%u infra=%u iter=%u val=%u subnet=%u anchors=%u "
180 (unsigned)mesh, (unsigned)msg, (unsigned)rrset, (unsigned)infra,
186 "rrset=%u infra=%u iter=%u val=%u anchors=%u "
190 (unsigned)infra, (unsigned)iter, (unsigned)val, (unsigned)anch,
218 verbose(VERB_QUERY, "cache memory msg=%u rrset=%u infra=%u val=%u "
225 verbose(VERB_QUERY, "cache memory msg=%u rrset=%u infra=%u val=%u"
    [all...]
remote.c 72 #include "services/cache/infra.h"
1171 if(!ssl_printf(ssl, "infra.cache.count"SQ"%u\n",
2202 /** callback to delete hosts in infra cache */
2223 /** flush infra cache */
3088 /** structure for argument data for dump infra host */
3090 /** the infra cache */
3091 struct infra_cache* infra; member in struct:infra_arg
3101 /** callback for every host element in the infra cache */
3151 arg.infra = worker->env.infra_cache;
3155 slabhash_traverse(arg.infra->hosts, 0, &dump_infra_host, (void*)&arg)
3523 struct infra_cache* infra; member in struct:ratelimit_list_arg
6302 struct infra_cache* infra = env->infra_cache; local
    [all...]
  /src/external/bsd/unbound/dist/services/
outside_network.h 139 struct infra_cache* infra; member in struct:outside_network
544 * @param infra: pointer to infra cached used for serviced queries.
567 int do_ip4, int do_ip6, size_t num_tcp, int dscp, struct infra_cache* infra,

Completed in 29 milliseconds