Home
last modified time | relevance | path

Searched refs:altcp_keepalive_enable (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/core/
Daltcp.c514 altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count) in altcp_keepalive_enable() function
700 altcp_keepalive_enable(conn->inner_conn, idle, intvl, count); in altcp_default_keepalive_enable()
/third_party/lwip/src/include/lwip/
Daltcp.h134 void altcp_keepalive_enable(struct altcp_pcb *conn, u32_t idle, u32_t intvl, u32_t count);