Home
last modified time | relevance | path

Searched refs:tcp_poll_fn (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtcp.h108 typedef err_t (*tcp_poll_fn)(void *arg, struct tcp_pcb *tpcb); typedef
358 tcp_poll_fn poll;
421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
H A Daltcp.h155 #define altcp_poll_fn tcp_poll_fn
/btstack/3rd-party/lwip/core/src/core/
H A Daltcp_tcp.c322 tcp_poll_fn oldpoll = pcb->poll; in altcp_tcp_close()
H A Dtcp.c2112 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()