Searched refs:tcp_poll (Results 1 – 5 of 5) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | tcp.h | 320 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
/external/syslinux/core/lwip/src/api/ |
D | api_msg.c | 421 tcp_poll(pcb, poll_tcp, 4); 768 tcp_poll(conn->pcb.tcp, NULL, 4); 803 tcp_poll(conn->pcb.tcp, poll_tcp, 4);
|
/external/syslinux/core/lwip/src/core/ |
D | tcp.c | 1346 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
|
/external/syslinux/core/lwip/doc/ |
D | rawapi.txt | 254 - void tcp_poll(struct tcp_pcb *pcb,
|
/external/syslinux/core/lwip/ |
D | CHANGELOG | 293 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
|