Home
last modified time | relevance | path

Searched refs:tcp_sent (Results 1 – 7 of 7) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c166 tcp_sent(tpcb, NULL); in altcp_tcp_remove_callbacks()
176 tcp_sent(tpcb, altcp_tcp_sent); in altcp_tcp_setup_callbacks()
H A Dtcp.c2037 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent() function
/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h170 #define altcp_sent tcp_sent
H A Dtcp.h417 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
/btstack/3rd-party/lwip/core/src/apps/lwiperf/
H A Dlwiperf.c258 tcp_sent(conn->conn_pcb, NULL); in lwiperf_tcp_close()
422 tcp_sent(newpcb, lwiperf_tcp_client_sent); in lwiperf_tx_start_impl()
/btstack/3rd-party/lwip/core/src/api/
H A Dapi_msg.c521 tcp_sent(pcb, sent_tcp);
583 tcp_sent(pcb, NULL);
971 tcp_sent(tpcb, NULL);
1094 tcp_sent(tpcb, sent_tcp);
/btstack/3rd-party/lwip/core/
H A DCHANGELOG864 * tcp_in.c: fixed bug #38468 (tcp_sent() not called on half-open connection for