Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c101 struct tcp_keepalive { struct
112 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument
121 struct tcp_keepalive vals; in tcpkeepalive()
1046 if(is_tcp && data->set.tcp_keepalive) in singleipconnect()
Durldata.h1724 bit tcp_keepalive:1; /* use TCP keepalives */ member
Dsetopt.c2543 data->set.tcp_keepalive = (0 != va_arg(param, long)) ? TRUE : FALSE; in vsetopt()
Durl.c531 set->tcp_keepalive = FALSE; in Curl_init_userdefined()
/external/python/cpython2/Modules/
Dsocketmodule.c3036 struct tcp_keepalive ka;
/external/python/cpython3/Modules/
Dsocketmodule.c4624 struct tcp_keepalive ka;