Home
last modified time | relevance | path

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

/external/curl/lib/
Dconnect.c124 optval = curlx_sltosi(data->set.tcp_keepintvl); in tcpkeepalive()
142 optval = curlx_sltosi(data->set.tcp_keepintvl); in tcpkeepalive()
Durldata.h1618 long tcp_keepintvl; /* seconds between TCP keepalive probes */ member
Durl.c612 set->tcp_keepintvl = 60; in Curl_init_userdefined()
2633 data->set.tcp_keepintvl = va_arg(param, long); in Curl_setopt()