Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h193 #define altcp_nagle_enable tcp_nagle_enable
H A Dtcp.h440 #define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY) macro
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c426 tcp_nagle_enable(pcb); in altcp_tcp_nagle_enable()
/btstack/3rd-party/lwip/core/src/api/
H A Dsockets.c3557 tcp_nagle_enable(sock->conn->pcb.tcp); in lwip_setsockopt_impl()