Home
last modified time | relevance | path

Searched refs:tcp_connection_limits (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dtcp_conn_limit.c135 for(p = cfg->tcp_connection_limits; p; p = p->next) { in read_tcl_list()
H A Dconfig_file.h288 struct config_str2list* tcp_connection_limits; member
H A Dconfig_file.c239 cfg->tcp_connection_limits = NULL; in config_create()
1234 else O_LS2(opt, "tcp-connection-limit", tcp_connection_limits) in config_get_option()
1709 config_deldblstrlist(cfg->tcp_connection_limits); in config_delete()
H A Dconfigparser.y4050 if(!cfg_str2list_insert(&cfg_parser->cfg->tcp_connection_limits, $2, $3))
H A Dconfigparser.c7727 … if(!cfg_str2list_insert(&cfg_parser->cfg->tcp_connection_limits, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c476 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) { in tcpconnlimitchecks()