Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcp.h70 typedef err_t (*tcp_accept_fn)(void *arg, struct tcp_pcb *newpcb, err_t err); typedef
231 tcp_accept_fn accept;
423 void tcp_accept (struct tcp_pcb *pcb, tcp_accept_fn accept);
Daltcp.h151 #define altcp_accept_fn tcp_accept_fn
/third_party/lwip/src/core/
Dtcp.c2257 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept)