Home
last modified time | relevance | path

Searched refs:tcp_sent (Results 1 - 6 of 6) sorted by relevance

/third_party/lwip/src/core/
H A Daltcp_tcp.c166 tcp_sent(tpcb, NULL); in altcp_tcp_remove_callbacks()
179 tcp_sent(tpcb, altcp_tcp_sent); in altcp_tcp_setup_callbacks()
H A Dtcp.c36 * - tcp_sent()
2211 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) function
/third_party/lwip/src/include/lwip/
H A Daltcp.h170 #define altcp_sent tcp_sent
H A Dtcp.h421 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
/third_party/lwip/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()
/third_party/lwip/src/api/
H A Dapi_msg.c550 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