HomeSort by relevance Sort by last modified time
    Searched refs:tcp_keepalive (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 18 struct tcp_keepalive { struct
  /external/curl/lib/
connect.c 101 struct tcp_keepalive { struct
112 int optval = data->set.tcp_keepalive?1:0;
121 struct tcp_keepalive vals;
152 #ifdef TCP_KEEPALIVE
156 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPALIVE,
158 infof(data, "Failed to set TCP_KEEPALIVE on fd %d\n", sockfd);
1031 if(is_tcp && data->set.tcp_keepalive)
    [all...]
urldata.h 1662 bool tcp_keepalive; \/* use TCP keepalives *\/ member in struct:UserDefined
    [all...]
setopt.c     [all...]
url.c 518 set->tcp_keepalive = FALSE;
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 435 void tcp_keepalive(struct tcp_pcb *pcb);
  /external/syslinux/core/lwip/src/core/
tcp.c 872 tcp_keepalive(pcb);
    [all...]
tcp_out.c 1349 tcp_keepalive(struct tcp_pcb *pcb) function
    [all...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 1610 milliseconds