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

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h118 int do_tcp_keepalive; member in struct:config_file
H A Dconfig_file.c121 cfg->do_tcp_keepalive = 0;
557 else S_YNO("edns-tcp-keepalive:", do_tcp_keepalive)
1089 else O_YNO(opt, "edns-tcp-keepalive", do_tcp_keepalive)
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);
/netbsd-current/external/bsd/unbound/dist/util/data/
H A Dmsgparse.c961 if (cfg && cfg->do_tcp_keepalive && c && c->type != comm_udp && c->tcp_keepalive) {
1011 if (!cfg || !cfg->do_tcp_keepalive || !c ||
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dworker.c2169 cfg->do_tcp_keepalive

Completed in 205 milliseconds