Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/tcplp/bsdtcp/
H A Dtcp_const.h64 tcp_keepcnt = TCPTV_KEEPCNT, enumerator
H A Dtcp_timer.h175 #define TP_KEEPCNT(tp) (/*(tp)->t_keepcnt ? (tp)->t_keepcnt :*/ tcp_keepcnt)
/aosp_15_r20/external/curl/lib/
H A Dcf-socket.c209 optval = curlx_sltosi(data->set.tcp_keepcnt); in tcpkeepalive()
284 optval = curlx_sltosi(data->set.tcp_keepcnt) * in tcpkeepalive()
294 optval = curlx_sltosi(data->set.tcp_keepcnt); in tcpkeepalive()
H A Durldata.h1735 int tcp_keepcnt; /* maximum number of keepalive probes */ member
H A Dsetopt.c1308 data->set.tcp_keepcnt = (int)arg; in setopt_long()
H A Durl.c469 set->tcp_keepcnt = 9; in Curl_init_userdefined()