Searched refs:tcp_poll_fn (Results 1 – 4 of 4) sorted by relevance
108 typedef err_t (*tcp_poll_fn)(void *arg, struct tcp_pcb *tpcb); typedef358 tcp_poll_fn poll;421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
155 #define altcp_poll_fn tcp_poll_fn
322 tcp_poll_fn oldpoll = pcb->poll; in altcp_tcp_close()
2112 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()