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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mstcpip.h 11 struct tcp_keepalive { struct
  /external/curl/lib/
connect.c 99 struct tcp_keepalive { struct
110 int optval = data->set.tcp_keepalive?1:0;
119 struct tcp_keepalive vals;
150 #ifdef TCP_KEEPALIVE
154 if(setsockopt(sockfd, IPPROTO_TCP, TCP_KEEPALIVE,
156 infof(data, "Failed to set TCP_KEEPALIVE on fd %d\n", sockfd);
1029 if(is_tcp && data->set.tcp_keepalive)
    [all...]
urldata.h 1668 bool tcp_keepalive; \/* use TCP keepalives *\/ member in struct:UserDefined
    [all...]
url.c 601 set->tcp_keepalive = FALSE;
    [all...]
  /system/core/adb/
sysdeps_win32.cpp     [all...]

Completed in 97 milliseconds