Home
last modified time | relevance | path

Searched defs:tcp_keepalive (Results 1 – 2 of 2) 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
/third_party/lwip/src/core/
Dtcp_out.c2079 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function