Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Daltcp_tcp.c166 tcp_sent(tpcb, NULL); in altcp_tcp_remove_callbacks()
179 tcp_sent(tpcb, altcp_tcp_sent); in altcp_tcp_setup_callbacks()
Dtcp.c2034 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent() function
/third_party/lwip/src/include/lwip/
Daltcp.h170 #define altcp_sent tcp_sent
Dtcp.h417 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
/third_party/lwip/src/apps/lwiperf/
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()
/third_party/lwip/src/api/
Dapi_msg.c521 tcp_sent(pcb, sent_tcp);
583 tcp_sent(pcb, NULL);
971 tcp_sent(tpcb, NULL);
1094 tcp_sent(tpcb, sent_tcp);
/third_party/lwip/
DCHANGELOG874 * tcp_in.c: fixed bug #38468 (tcp_sent() not called on half-open connection for