Searched refs:tcp_output_nagle (Results 1 – 6 of 6) sorted by relevance
90 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
103 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK) macro
1878 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.2176 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
2805 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.3103 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
3022 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.3320 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early