Home
last modified time | relevance | path

Searched refs:altcp_nagle_enable (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Daltcp.h123 void altcp_nagle_enable(struct altcp_pcb *conn);
193 #define altcp_nagle_enable tcp_nagle_enable macro
/third_party/lwip/src/core/
Daltcp.c449 altcp_nagle_enable(struct altcp_pcb *conn) in altcp_nagle_enable() function
632 altcp_nagle_enable(conn->inner_conn); in altcp_default_nagle_enable()
/third_party/lwip/src/apps/http/
Dhttpd.c582 altcp_nagle_enable(pcb); in http_write()