Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dconnect.c98 struct tcp_keepalive { struct
109 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument
118 struct tcp_keepalive vals; in tcpkeepalive()
1210 if(is_tcp && data->set.tcp_keepalive) in singleipconnect()
Durldata.h1849 BIT(tcp_keepalive); /* use TCP keepalives */
Dsetopt.c2841 data->set.tcp_keepalive = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
Durl.c613 set->tcp_keepalive = FALSE; in Curl_init_userdefined()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c97 struct tcp_keepalive alive; in lws_plat_set_socket_options()
/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h473 err_t tcp_keepalive(struct tcp_pcb *pcb);
/third_party/lwip/src/core/
Dtcp.c1344 err = tcp_keepalive(pcb); in tcp_slowtmr()
Dtcp_out.c2079 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function
/third_party/python/Modules/
Dsocketmodule.c4834 struct tcp_keepalive ka;
/third_party/lwip/
DCHANGELOG3581 where TCP flags wasn't initialized in tcp_keepalive.