Searched refs:tcp_sent (Results 1 - 6 of 6) sorted by relevance
/third_party/lwip/src/core/ |
H A 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()
|
H A D | tcp.c | 36 * - tcp_sent() 2211 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) function
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp.h | 170 #define altcp_sent tcp_sent
|
H A D | tcp.h | 421 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
|
/third_party/lwip/src/apps/lwiperf/ |
H A 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/ |
H A D | api_msg.c | 550 tcp_sent(pcb, sent_tcp); 612 tcp_sent(pcb, NULL); 1017 tcp_sent(tpcb, NULL); 1140 tcp_sent(tpcb, sent_tcp);
|
Completed in 10 milliseconds