Home
last modified time | relevance | path

Searched refs:jostle_time (Results 1 – 4 of 4) sorted by relevance

/trueos/contrib/unbound/util/
HDconfig_file.h111 size_t jostle_time; member
HDconfig_file.c118 cfg->jostle_time = 200; in config_create()
356 else S_SIZET_OR_ZERO("jostle-timeout:", jostle_time) in config_set_option()
604 else O_UNS(opt, "jostle-timeout", jostle_time) in config_get_option()
HDconfigparser.y667 else cfg_parser->cfg->jostle_time = atoi($2);
/trueos/contrib/unbound/services/
HDmesh.c184 mesh->jostle_max.tv_sec = (time_t)(env->cfg->jostle_time / 1000); in mesh_create()
185 mesh->jostle_max.tv_usec = (time_t)((env->cfg->jostle_time % 1000) in mesh_create()