Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h118 int do_tcp_keepalive; member
H A Dconfig_file.c121 cfg->do_tcp_keepalive = 0; in config_create()
557 else S_YNO("edns-tcp-keepalive:", do_tcp_keepalive) in config_set_option()
1089 else O_YNO(opt, "edns-tcp-keepalive", do_tcp_keepalive) in config_get_option()
H A Dconfigparser.y977 else cfg_parser->cfg->do_tcp_keepalive = (strcmp($2, "yes")==0);
H A Dconfigparser.c3693 else cfg_parser->cfg->do_tcp_keepalive = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/netbsd-src/external/bsd/unbound/dist/util/data/
H A Dmsgparse.c961 if (cfg && cfg->do_tcp_keepalive && c && c->type != comm_udp && c->tcp_keepalive) { in parse_edns_options_from_query()
1011 if (!cfg || !cfg->do_tcp_keepalive || !c || in parse_edns_options_from_query()
/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dworker.c2169 cfg->do_tcp_keepalive in worker_init()