Searched refs:tcp_idle_timeout (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 211 size_t bufsize, int tcp_accept_count, int tcp_idle_timeout,
|
H A D | listen_dnsport.c | 1523 size_t bufsize, int tcp_accept_count, int tcp_idle_timeout, in listen_create() argument 1566 tcp_accept_count, tcp_idle_timeout, in listen_create() 1574 tcp_accept_count, tcp_idle_timeout, in listen_create() 3266 table->idle_timeout = ((uint64_t)cfg->tcp_idle_timeout)* in doq_table_create()
|
/freebsd/contrib/unbound/util/ |
H A D | config_file.h | 116 int tcp_idle_timeout; member
|
H A D | config_file.c | 120 cfg->tcp_idle_timeout = 30 * 1000; /* 30s in millisecs */ in config_create() 576 else S_NUMBER_NONZERO("tcp-idle-timeout:", tcp_idle_timeout) in config_set_option() 1128 else O_DEC(opt, "tcp-idle-timeout", tcp_idle_timeout) in config_get_option()
|
H A D | configparser.y | 970 cfg_parser->cfg->tcp_idle_timeout = 120000; 972 cfg_parser->cfg->tcp_idle_timeout = 1; 973 else cfg_parser->cfg->tcp_idle_timeout = atoi($2);
|
H A D | configparser.c | 3775 cfg_parser->cfg->tcp_idle_timeout = 120000; in yyparse() 3777 cfg_parser->cfg->tcp_idle_timeout = 1; in yyparse() 3778 else cfg_parser->cfg->tcp_idle_timeout = atoi((yyvsp[0].str)); in yyparse()
|
/freebsd/contrib/unbound/daemon/ |
H A D | worker.c | 2173 : cfg->tcp_idle_timeout, in worker_init()
|