Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Daltcp.h193 #define altcp_nagle_enable tcp_nagle_enable
Dtcp.h440 #define tcp_nagle_enable(pcb) tcp_clear_flags(pcb, TF_NODELAY) macro
/third_party/lwip/src/core/
Daltcp_tcp.c429 tcp_nagle_enable(pcb); in altcp_tcp_nagle_enable()
/third_party/lwip/test/unit/tcp/
Dtest_tcp.c1031 tcp_nagle_enable(pcb); in START_TEST()
/third_party/lwip/src/api/
Dsockets.c3637 tcp_nagle_enable(sock->conn->pcb.tcp); in lwip_setsockopt_impl()