Searched refs:tcp_keepalive (Results 1 – 8 of 8) sorted by relevance
99 struct tcp_keepalive { struct110 int optval = data->set.tcp_keepalive?1:0; in tcpkeepalive() argument119 struct tcp_keepalive vals; in tcpkeepalive()1033 if(is_tcp && data->set.tcp_keepalive) in singleipconnect()
1732 bool tcp_keepalive; /* use TCP keepalives */ member
595 set->tcp_keepalive = FALSE; in Curl_init_userdefined()2787 data->set.tcp_keepalive = (0 != va_arg(param, long)) ? TRUE : FALSE; in Curl_setopt()
435 void tcp_keepalive(struct tcp_pcb *pcb);
872 tcp_keepalive(pcb); in tcp_slowtmr()
1349 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function
3036 struct tcp_keepalive ka;
2083 where TCP flags wasn't initialized in tcp_keepalive.