Home
last modified time | relevance | path

Searched refs:tcp_connection_limits (Results 1 – 7 of 7) 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.h291 struct config_str2list* tcp_connection_limits; member
H A Dconfig_file.c239 cfg->tcp_connection_limits = NULL; in config_create()
1263 else O_LS2(opt, "tcp-connection-limit", tcp_connection_limits) in config_get_option()
1783 config_deldblstrlist(cfg->tcp_connection_limits); in config_delete()
H A Dconfigparser.y4179 if(!cfg_str2list_insert(&cfg_parser->cfg->tcp_connection_limits, $2, $3))
H A Dconfigparser.c7922 … 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.c515 for(tcl=cfg->tcp_connection_limits; tcl; tcl = tcl->next) { in tcpconnlimitchecks()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5195 m += getmem_config_str2list(cfg->tcp_connection_limits); in config_file_getmem()
5935 COPY_VAR_ptr(tcp_connection_limits); in fr_atomic_copy_cfg()