HomeSort by relevance Sort by last modified time
    Searched refs:TCP_KEEPIDLE (Results 76 - 79 of 79) sorted by null

1 2 34

  /external/iproute2/include/netinet/
tcp.h 43 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/netinet/
tcp.h 43 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/
tcp.h 43 #define TCP_KEEPIDLE 4 /* Start keeplives after this period */
  /external/chromium_org/net/socket/
tcp_socket_libevent.cc 67 if (setsockopt(fd, SOL_TCP, TCP_KEEPIDLE, &delay, sizeof(delay))) {
68 PLOG(ERROR) << "Failed to set TCP_KEEPIDLE on fd: " << fd;

Completed in 266 milliseconds

1 2 34