Home
last modified time | relevance | path

Searched refs:tcp_keepalive (Results 1 – 8 of 8) sorted by relevance

/external/curl/lib/
Dconnect.c99 struct tcp_keepalive { struct
110 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument
119 struct tcp_keepalive vals; in tcpkeepalive()
1033 if(is_tcp && data->set.tcp_keepalive) in singleipconnect()
Durldata.h1732 bool tcp_keepalive; /* use TCP keepalives */ member
Durl.c595 set->tcp_keepalive = FALSE; in Curl_init_userdefined()
2787 data->set.tcp_keepalive = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_setopt()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h435 void tcp_keepalive(struct tcp_pcb *pcb);
/external/syslinux/core/lwip/src/core/
Dtcp.c872 tcp_keepalive(pcb); in tcp_slowtmr()
Dtcp_out.c1349 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function
/external/python/cpython2/Modules/
Dsocketmodule.c3036 struct tcp_keepalive ka;
/external/syslinux/core/lwip/
DCHANGELOG2083 where TCP flags wasn't initialized in tcp_keepalive.