Searched refs:tcp_poll (Results 1 – 8 of 8) sorted by relevance
/reactos/drivers/network/tcpip/lwip/src/core/ |
H A D | altcp_tcp.c | 169 tcp_poll(tpcb, NULL, tpcb->pollinterval); in altcp_tcp_remove_callbacks() 245 tcp_poll(pcb, altcp_tcp_poll, interval); in altcp_tcp_set_poll() 333 tcp_poll(pcb, oldpoll, pcb->pollinterval); in altcp_tcp_close()
|
H A D | tcp.c | 2115 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
|
/reactos/drivers/network/tcpip/lwip/src/apps/lwiperf/ |
H A D | lwiperf.c | 258 tcp_poll(conn->conn_pcb, NULL, 0); in lwiperf_tcp_close() 424 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tx_start_impl() 635 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tcp_accept()
|
/reactos/drivers/network/tcpip/lwip/src/include/lwip/ |
H A D | altcp.h | 172 #define altcp_poll tcp_poll
|
H A D | tcp.h | 421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
/reactos/drivers/network/tcpip/lwip/src/api/ |
H A D | api_msg.c | 525 tcp_poll(pcb, poll_tcp, NETCONN_TCP_POLL_INTERVAL); 587 tcp_poll(pcb, NULL, 0); 975 tcp_poll(tpcb, NULL, 0); 1098 tcp_poll(tpcb, poll_tcp, 1);
|
/reactos/drivers/network/tcpip/include/ |
H A D | tcpcore.h | 2537 extern unsigned int tcp_poll(struct file * file, struct socket *sock, struct poll_table_struct *wa…
|
/reactos/drivers/network/tcpip/lwip/ |
H A D | CHANGELOG | 1878 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
|