Home
last modified time | relevance | path

Searched refs:tcp_keepalive (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/libexec/rc/rc.d/
H A Dnetoptions60 if checkyesno tcp_keepalive; then
64 echo -n " TCP keepalive=${tcp_keepalive}"
/freebsd-src/contrib/unbound/util/
H A Dnetevent.h392 int tcp_keepalive;
362 int tcp_keepalive; global() member
H A Dnetevent.c2960 c->tcp_keepalive = 0;
5988 c->tcp_keepalive = 0;
6087 c->tcp_keepalive = 0;
6199 c->tcp_keepalive = 0;
6299 c->tcp_keepalive = 0;
/freebsd-src/libexec/rc/
H A Drc.conf258 tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
/freebsd-src/contrib/unbound/util/data/
H A Dmsgparse.c960 * 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()
/freebsd-src/tools/tools/sysdoc/
H A Dtunables.mdoc1360 tcp_keepalive value in
/freebsd-src/sys/dev/bxe/
H A Decore_hsi.h9608 uint32_t tcp_keepalive /* TCP keepalive time in seconds */; member