Home
last modified time | relevance | path

Searched refs:tcp_keepintvl (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Dconnect.c125 optval = curlx_sltosi(data->set.tcp_keepintvl); in tcpkeepalive()
143 optval = curlx_sltosi(data->set.tcp_keepintvl); in tcpkeepalive()
Durldata.h1734 long tcp_keepintvl; /* seconds between TCP keepalive probes */ member
Durl.c596 set->tcp_keepintvl = 60; in Curl_init_userdefined()
2793 data->set.tcp_keepintvl = va_arg(param, long); in Curl_setopt()