Home
last modified time | relevance | path

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

/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.c1521 err = tcp_keepalive(pcb);
Dtcp_out.c2091 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.