Searched refs:tcp_keepalive (Results 1 – 10 of 10) sorted by relevance
98 struct tcp_keepalive { struct109 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument118 struct tcp_keepalive vals; in tcpkeepalive()1210 if(is_tcp && data->set.tcp_keepalive) in singleipconnect()
1849 BIT(tcp_keepalive); /* use TCP keepalives */
2841 data->set.tcp_keepalive = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_vsetopt()
613 set->tcp_keepalive = FALSE; in Curl_init_userdefined()
97 struct tcp_keepalive alive; in lws_plat_set_socket_options()
473 err_t tcp_keepalive(struct tcp_pcb *pcb);
1344 err = tcp_keepalive(pcb); in tcp_slowtmr()
2079 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function
4834 struct tcp_keepalive ka;
3581 where TCP flags wasn't initialized in tcp_keepalive.