Home
last modified time | relevance | path

Searched refs:rrset_roundrobin (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h549 int rrset_roundrobin; member
H A Dconfig_file.c320 cfg->rrset_roundrobin = 1; in config_create()
805 else S_YNO("rrset-roundrobin:", rrset_roundrobin) in config_set_option()
1306 else O_YNO(opt, "rrset-roundrobin", rrset_roundrobin) in config_get_option()
2547 RRSET_ROUNDROBIN = config->rrset_roundrobin; in config_apply()
H A Dconfigparser.y2492 else cfg_parser->cfg->rrset_roundrobin =
H A Dconfigparser.c5795 else cfg_parser->cfg->rrset_roundrobin = in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c6482 COPY_VAR_int(rrset_roundrobin); in fr_atomic_copy_cfg()