HomeSort by: relevance | last modified time | path
    Searched refs:keepalive (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/usr.sbin/ldpd/
socketops.h 62 int keepalive; member in struct:hello_info
fsm.c 121 hi->keepalive = ntohs(ht->ch.holdtime);
124 hi->keepalive = LDP_HELLO_KEEP;
126 hi->keepalive = LDP_THELLO_KEEP;
socketops.c 760 warnp("Keepalive expired for %s\n",
770 debugp("Sending KeepAlive to %s\n",
778 if (hi->keepalive != 0xFFFF)
779 hi->keepalive--;
780 if (hi->keepalive < 1)
ldp_command.c 550 hi->keepalive,
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
m-static.cc 5 void keepalive(bool *var) { } function
28 keepalive (&svar);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
m-static.cc 5 void keepalive(bool *var) { } function
28 keepalive (&svar);
  /src/external/mpl/bind/dist/bin/tests/system/keepalive/ns3/
named.conf.j2 30 tcp-keepalive yes;
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
good-server-christmas-tree.conf 35 tcp-keepalive no;
58 tcp-keepalive no;
  /src/external/mpl/bind/dist/bin/tests/system/timeouts/ns1/
named.conf.j2 34 tcp-keepalive-timeout 70;
  /src/external/bsd/unbound/dist/testdata/redis_reconnect_interval.tdir/
redis.conf 84 # TCP keepalive.
87 tcp-keepalive 300
  /src/external/bsd/unbound/dist/testdata/redis_replica.tdir/
redis.conf 84 # TCP keepalive.
87 tcp-keepalive 300
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
netmgr.h 184 * Enable/disable keepalive on this connection by setting it to 'value'.
186 * When keepalive is active, we switch to using the keepalive timeout
406 * Enable/disable keepalive on this connection by setting it to 'value'.
408 * When keepalive is active, we switch to using the keepalive timeout
414 uint32_t keepalive, uint32_t advertised);
416 * Sets the initial, idle, and keepalive timeout values (in milliseconds) to use
418 * the EDNS TCP Keepalive option (which should ordinarily be the same
419 * as 'keepalive'), in milliseconds
    [all...]
  /src/external/bsd/unbound/dist/testdata/fast_reload_most_options.tdir/
fast_reload_most_options.conf 29 edns-tcp-keepalive: yes
  /src/external/mpl/bind/dist/lib/isc/include/isc/
netmgr.h 247 * Enable/disable keepalive on this connection by setting it to 'value'.
249 * When keepalive is active, we switch to using the keepalive timeout
545 uint32_t keepalive, uint32_t advertised);
547 * Sets the initial, idle, and keepalive timeout values (in milliseconds) to use
549 * the EDNS TCP Keepalive option (which should ordinarily be the same
550 * as 'keepalive'), in milliseconds.
580 uint32_t *keepalive, uint32_t *advertised);
582 * Gets the initial, idle, keepalive, or advertised timeout values,
  /src/libexec/rlogind/
rlogind.c 124 static int keepalive = 1; variable
168 keepalive = 0;
216 if (keepalive &&
  /src/libexec/rshd/
rshd.c 135 static int keepalive = 1; variable
177 keepalive = 0;
233 if (keepalive &&
  /src/libexec/telnetd/
telnetd.c 112 int keepalive = 1; variable
285 keepalive = 0;
416 if (keepalive &&
  /src/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
netmgr.c 321 atomic_init(&mgr->keepalive, 30000);
637 uint32_t keepalive, uint32_t advertised) {
642 atomic_store(&mgr->keepalive, keepalive);
666 uint32_t *keepalive, uint32_t *advertised) {
677 if (keepalive != NULL) {
678 *keepalive = atomic_load(&mgr->keepalive);
1518 atomic_init(&sock->keepalive, false);
2332 atomic_store(&sock->keepalive, value)
    [all...]
tcp.c 750 (atomic_load(&sock->keepalive)
751 ? atomic_load(&sock->mgr->keepalive)
905 (atomic_load(&sock->keepalive)
906 ? atomic_load(&sock->mgr->keepalive)
1143 (atomic_load(&sock->keepalive)
1144 ? atomic_load(&sock->mgr->keepalive)
tcpdns.c 717 (atomic_load(&sock->keepalive)
718 ? atomic_load(&sock->mgr->keepalive)
1059 csock->read_timeout = (atomic_load(&csock->keepalive)
1060 ? atomic_load(&csock->mgr->keepalive)
1156 (atomic_load(&sock->keepalive)
1157 ? atomic_load(&sock->mgr->keepalive)
netmgr-int.h 690 * tcp-intiial-timeout, tcp-idle-timeout, tcp-keepalive-timeout,
697 atomic_uint_fast32_t keepalive; member in struct:isc_nm
867 * A TCP or TCPDNS socket has been set to use the keepalive
870 atomic_bool keepalive; member in struct:isc_nmsocket
  /src/external/mpl/bind/dist/lib/isc/netmgr/
tcp.c 706 sock->keepalive
707 ? atomic_load_relaxed(&netmgr->keepalive)
790 sock->keepalive
791 ? atomic_load_relaxed(&netmgr->keepalive)
1040 sock->keepalive
1041 ? atomic_load_relaxed(&netmgr->keepalive)
netmgr.c 209 atomic_init(&netmgr->keepalive, 30000);
366 uint32_t keepalive, uint32_t advertised) {
371 atomic_store_relaxed(&mgr->keepalive, keepalive);
404 uint32_t *keepalive, uint32_t *advertised) {
411 SET_IF_NOT_NULL(keepalive, atomic_load_relaxed(&mgr->keepalive));
1521 sock->keepalive = value;
1523 value ? atomic_load_relaxed(&netmgr->keepalive)
1526 value ? atomic_load_relaxed(&netmgr->keepalive)
    [all...]
netmgr-int.h 354 * tcp-intiial-timeout, tcp-idle-timeout, tcp-keepalive-timeout,
361 atomic_uint_fast32_t keepalive; member in struct:isc_nm
673 * A TCP or TCPDNS socket has been set to use the keepalive
676 bool keepalive; member in struct:isc_nmsocket
1013 * Set the keepalive value on the underlying TCP handle.
1063 * Set the keepalive value on the underlying session handle
  /src/libexec/ftpd/
ftpd.c 286 int ch, on = 1, tos, keepalive; local
720 keepalive = 1;
721 if (setsockopt(0, SOL_SOCKET, SO_KEEPALIVE, (char *)&keepalive,
2003 int retry, tos, keepalive, conerrno; local
2041 keepalive = 1;
2043 (char *)&keepalive, sizeof(int));

Completed in 30 milliseconds

1 2