Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dtcp.h99 typedef err_t (*tcp_poll_fn)(void *arg, struct tcp_pcb *tpcb); typedef
256 tcp_poll_fn poll;
320 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/external/syslinux/core/lwip/src/core/
Dtcp.c1346 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll()