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
1868 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.2166 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
2824 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.3122 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
3077 into a define (tcp_output_nagle) in tcp.h to provide it to raw api users, too.3375 * tcp.h, tcp_out.c, api_msg.c: Fixed bug #20287: tcp_output_nagle sends too early
Completed in 19 milliseconds