Home
last modified time | relevance | path

Searched refs:keepalive (Results 1 – 14 of 14) sorted by relevance

/freebsd/libexec/phttpget/
H A Dphttpget.c309 int keepalive; /* != 0 if HTTP/1.0 keep-alive rcvd. */ in main() local
453 keepalive = 0; in main()
516 keepalive = 1; in main()
688 if (pipelined == 0 && keepalive == 0) in main()
/freebsd/contrib/ofed/librdmacm/examples/
H A Drstream.c94 static int keepalive; variable
269 optval = keepalive; in set_keepalive()
312 if (keepalive) in set_options()
670 keepalive = atoi(optarg); in main()
/freebsd/sys/net/
H A Dif_ovpn.c158 struct ovpn_keepalive keepalive; member
1158 callout_reset(&peer->ping_send, peer->keepalive.interval * hz, in ovpn_send_ping()
1193 if (last + peer->keepalive.timeout > time_uptime) { in ovpn_timeout()
1195 (peer->keepalive.timeout - (time_uptime - last)) * hz, in ovpn_timeout()
1229 peer->keepalive.interval = nvlist_get_number(nvl, "interval"); in ovpn_set_peer()
1230 peer->keepalive.timeout = nvlist_get_number(nvl, "timeout"); in ovpn_set_peer()
1232 if (peer->keepalive.interval > 0) in ovpn_set_peer()
1233 callout_reset(&peer->ping_send, peer->keepalive.interval * hz, in ovpn_set_peer()
1235 if (peer->keepalive.timeout > 0) in ovpn_set_peer()
1236 callout_reset(&peer->ping_rcv, peer->keepalive.timeout * hz, in ovpn_set_peer()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c119 int keepalive = 1; variable
264 keepalive = 0; in main()
438 if (keepalive && in main()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1153 MPASS(cp->keepalive == 0 || cp->keepalive == 1); in calc_options0()
1154 opt0 |= V_KEEP_ALIVE(cp->keepalive); in calc_options0()
1302 cp->keepalive = 1; in init_conn_params()
1304 cp->keepalive = 0; in init_conn_params()
H A Dt4_tom.h110 int8_t keepalive; member
/freebsd/crypto/heimdal/appl/rsh/
H A DChangeLog104 * rshd.c: move keepalive setting to after setting up sockets
192 interface to mini_inetd, and set the keepalive option if requested
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex243 edns-tcp-keepalive{COLON} { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE) }
244 edns-tcp-keepalive-timeout{COLON} { YDVAR(1, VAR_EDNS_TCP_KEEPALIVE_TIMEOUT) }
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in322 # Enable EDNS TCP keepalive option.
323 # edns-tcp-keepalive: no
325 # Timeout for EDNS TCP keepalive, in msec. Overrides tcp-idle-timeout
326 # if edns-tcp-keepalive is set.
327 # edns-tcp-keepalive-timeout: 120000
H A Dunbound.conf.rst857 :ref:`edns-tcp-keepalive-timeout<unbound.conf.edns-tcp-keepalive-timeout>`
859 :ref:`edns-tcp-keepalive<unbound.conf.edns-tcp-keepalive>`
885 @@UAHL@unbound.conf@edns-tcp-keepalive@@: *<yes or no>*
891 @@UAHL@unbound.conf@edns-tcp-keepalive-timeout@@: *<msec>*
895 :ref:`edns-tcp-keepalive<unbound.conf.edns-tcp-keepalive>`
H A DChangelog1105 edns-tcp-keepalive-timeout.
2322 - Merge PR #562 from Willem: Reset keepalive per new tcp session.
4833 - Add edns-tcp-keepalive and edns-tcp-keepalive timeout options
4835 - Correct and expand manual page entries for keepalive and idle timeout.
4836 - Implement progressive backoff of TCP idle/keepalive timeout.
/freebsd/sys/dev/iwn/
H A Dif_iwnreg.h909 uint8_t keepalive; member
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt165 BIO_R_UNABLE_TO_KEEPALIVE:137:unable to keepalive
/freebsd/usr.sbin/services_mkdb/
H A Dservices1525 nfsd-keepalive 1110/udp #Client status info