Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h123 int tcp_keepalive_timeout; member
H A Dconfig_file.c123 cfg->tcp_keepalive_timeout = 120 * 1000; /* 120s in millisecs */ in config_create()
609 else S_NUMBER_NONZERO("edns-tcp-keepalive-timeout:", tcp_keepalive_timeout) in config_set_option()
1160 else O_DEC(opt, "edns-tcp-keepalive-timeout", tcp_keepalive_timeout) in config_get_option()
H A Dconfigparser.y1032 cfg_parser->cfg->tcp_keepalive_timeout = 6553500;
1034 cfg_parser->cfg->tcp_keepalive_timeout = 0;
1035 else cfg_parser->cfg->tcp_keepalive_timeout = atoi($2);
H A Dconfigparser.c3897 cfg_parser->cfg->tcp_keepalive_timeout = 6553500; in yyparse()
3899 cfg_parser->cfg->tcp_keepalive_timeout = 0; in yyparse()
3900 else cfg_parser->cfg->tcp_keepalive_timeout = atoi((yyvsp[0].str)); in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dworker.c2254 ? cfg->tcp_keepalive_timeout in worker_init()
H A Dremote.c4925 FR_CHECK_CHANGED_CFG("edns-tcp-keepalive-timeout", tcp_keepalive_timeout, changed_str); in fr_check_compat_cfg()
5856 COPY_VAR_int(tcp_keepalive_timeout); in fr_atomic_copy_cfg()