Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/unbound/util/
H A Dconfig_file.h120 int tcp_keepalive_timeout; member
H A Dconfig_file.c123 cfg->tcp_keepalive_timeout = 120 * 1000; /* 120s in millisecs */ in config_create()
580 else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout) in config_set_option()
1132 else O_DEC(opt, "edns-tcp-keepalive-timeout", tcp_keepalive_timeout) in config_get_option()
H A Dconfigparser.y1025 cfg_parser->cfg->tcp_keepalive_timeout = 6553500;
1027 cfg_parser->cfg->tcp_keepalive_timeout = 0;
1028 else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
H A Dconfigparser.c3845 cfg_parser->cfg->tcp_keepalive_timeout = 6553500; in yyparse()
3847 cfg_parser->cfg->tcp_keepalive_timeout = 0; in yyparse()
3848 else cfg_parser->cfg->tcp_keepalive_timeout = atoi((yyvsp[0].str)); in yyparse()
/freebsd-14.2/contrib/unbound/daemon/
H A Dworker.c2172 ? cfg->tcp_keepalive_timeout in worker_init()