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

  /external/syslinux/core/lwip/src/core/
tcp_out.c 1349 tcp_keepalive(struct tcp_pcb *pcb) function
    [all...]
  /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...]

Completed in 264 milliseconds