Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h473 err_t tcp_keepalive(struct tcp_pcb *pcb);
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c1347 err = tcp_keepalive(pcb); in tcp_slowtmr()
H A Dtcp_out.c2078 tcp_keepalive(struct tcp_pcb *pcb) in tcp_keepalive() function
/btstack/3rd-party/lwip/core/
H A DCHANGELOG3571 where TCP flags wasn't initialized in tcp_keepalive.