Searched refs:tcp_output (Results 1 – 10 of 10) sorted by relevance
448 tcp_output(pcb); in tcp_close_shutdown_fin()1002 tcp_output(pcb); in tcp_recved()1183 tcp_output(pcb); in tcp_connect()1259 if (tcp_output(pcb) == ERR_OK) { in tcp_slowtmr()1434 tcp_output(prev); in tcp_slowtmr()1500 tcp_output(pcb); in tcp_fasttmr()1536 tcp_output(pcb); in tcp_txnow()2198 tcp_output(pcb); in tcp_pcb_remove()
371 return tcp_output(pcb); in altcp_tcp_output()
553 tcp_output(pcb);727 tcp_output(npcb);774 tcp_output(pcb);
1237 tcp_output(struct tcp_pcb *pcb) in tcp_output() function1695 tcp_output(pcb); in tcp_rexmit_rto_commit()
187 #define altcp_output tcp_output
478 err_t tcp_output (struct tcp_pcb *pcb);
106 #define tcp_output_nagle(tpcb) (tcp_do_output_nagle(tpcb) ? tcp_output(tpcb) : ERR_OK)
348 tcp_output(conn->conn_pcb); in lwiperf_tcp_client_send_more()
1752 out_err = tcp_output(conn->pcb.tcp);1767 err_t out_err = tcp_output(conn->pcb.tcp);
935 ipX_output are not processed". Now tcp_output(_segment) checks for the return2121 * tcp.h/.c: bug #28127 (remove call to tcp_output() from tcp_ack(_now)())2492 right place in tcp_output and tcp_rexmit).3463 tcp_output fails in tcp_close, the code in do_close_internal gets simpler3464 (tcp_output is called again later from tcp timers).