HomeSort by: relevance | last modified time | path
    Searched refs:tcp_keepalive (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
peer.c 64 bool tcp_keepalive; member in struct:dns_peer
381 ACCESS_OPTION(tcpkeepalive, REQUEST_TCP_KEEPALIVE_BIT, bool, tcp_keepalive)
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
peer.h 80 bool tcp_keepalive; member in struct:dns_peer
  /src/external/bsd/unbound/dist/util/
netevent.h 394 int tcp_keepalive; member in struct:comm_point
netevent.c 2942 c->tcp_keepalive = 0;
6019 c->tcp_keepalive = 0;
6120 c->tcp_keepalive = 0;
6234 c->tcp_keepalive = 0;
6335 c->tcp_keepalive = 0;
  /src/external/mpl/bind/dist/bin/dig/
dighost.h 125 showbadcookie, showbadvers, stats, tcflag, tcp_keepalive, member in struct:dig_lookup
dighost.c 713 looknew->tcp_keepalive = lookold->tcp_keepalive;
2607 if (lookup->tcp_keepalive) {
dig.c 2067 lookup->tcp_keepalive = state;
  /src/external/bsd/unbound/dist/util/data/
msgparse.c 963 * here this is true, because c->tcp_keepalive is set.
965 if (cfg && cfg->do_tcp_keepalive && c && c->type != comm_udp && c->tcp_keepalive) {
1009 * option, so c->tcp_keepalive is not set.
1011 * c->tcp_keepalive will be set so that the
1017 c->type == comm_udp || c->tcp_keepalive)
1029 c->tcp_keepalive = 1;
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 718 struct tcp_keepalive
  /src/external/mpl/dhcp/bind/dist/lib/dns/
peer.c 528 peer->tcp_keepalive = newval;
540 *retval = peer->tcp_keepalive;
  /src/external/bsd/unbound/dist/testcode/
fake_event.c 388 c.tcp_keepalive = runtime->tcp_seen_keepalive;
437 if(ans->repinfo.c->tcp_keepalive)
475 repinfo.c->tcp_keepalive = runtime->tcp_seen_keepalive;
513 c.tcp_keepalive = runtime->tcp_seen_keepalive;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
socket.d 3338 tcp_keepalive options;

Completed in 60 milliseconds