Searched refs:tcp_sent (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 166 tcp_sent(tpcb, NULL); in altcp_tcp_remove_callbacks() 179 tcp_sent(tpcb, altcp_tcp_sent); in altcp_tcp_setup_callbacks()
|
D | tcp.c | 2034 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent() function
|
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 170 #define altcp_sent tcp_sent
|
D | tcp.h | 417 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
|
/third_party/lwip/src/apps/lwiperf/ |
D | lwiperf.c | 258 tcp_sent(conn->conn_pcb, NULL); in lwiperf_tcp_close() 422 tcp_sent(newpcb, lwiperf_tcp_client_sent); in lwiperf_tx_start_impl()
|
/third_party/lwip/src/api/ |
D | api_msg.c | 521 tcp_sent(pcb, sent_tcp); 583 tcp_sent(pcb, NULL); 971 tcp_sent(tpcb, NULL); 1094 tcp_sent(tpcb, sent_tcp);
|
/third_party/lwip/ |
D | CHANGELOG | 874 * tcp_in.c: fixed bug #38468 (tcp_sent() not called on half-open connection for
|