Home
last modified time | relevance | path

Searched refs:tcp_sent_fn (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcp.h96 typedef err_t (*tcp_sent_fn)(void *arg, struct tcp_pcb *tpcb, typedef
352 tcp_sent_fn sent;
417 void tcp_sent (struct tcp_pcb *pcb, tcp_sent_fn sent);
Daltcp.h154 #define altcp_sent_fn tcp_sent_fn
/third_party/lwip/src/core/
Dtcp.c2034 tcp_sent(struct tcp_pcb *pcb, tcp_sent_fn sent) in tcp_sent()