Home
last modified time | relevance | path

Searched defs:tcp_keepalive (Results 1 – 3 of 3) sorted by relevance

/third_party/mingw-w64/mingw-w64-headers/include/
Dmstcpip.h18 struct tcp_keepalive { struct
19 u_long onoff;
20 u_long keepalivetime;
21 u_long keepaliveinterval;
/third_party/curl/lib/
Dconnect.c98 struct tcp_keepalive { struct
109 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument
/third_party/lwip/src/core/
Dtcp_out.c2078 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function