Searched refs:tcp_keepalive (Results 1 – 7 of 7) sorted by relevance
60 if checkyesno tcp_keepalive; then64 echo -n " TCP keepalive=${tcp_keepalive}"
392 int tcp_keepalive;362 int tcp_keepalive; global() member
2960 c->tcp_keepalive = 0;5988 c->tcp_keepalive = 0;6087 c->tcp_keepalive = 0;6199 c->tcp_keepalive = 0;6299 c->tcp_keepalive = 0;
258 tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
960 * here this is true, because c->tcp_keepalive is set. in parse_edns_options_from_query() 962 if (cfg && cfg->do_tcp_keepalive && c && c->type != comm_udp && c->tcp_keepalive) { in parse_edns_options_from_query() 1005 * option, so c->tcp_keepalive is not set. in parse_edns_options_from_query() 1007 * c->tcp_keepalive will be set so that the in parse_edns_options_from_query() 1013 c->type == comm_udp || c->tcp_keepalive) in parse_edns_options_from_query() 1025 c->tcp_keepalive = 1; in parse_edns_options_from_query()
1360 tcp_keepalive value in
9608 uint32_t tcp_keepalive /* TCP keepalive time in seconds */; member