Home
last modified time | relevance | path

Searched refs:tcp_poll (Results 1 – 8 of 8) sorted by relevance

/reactos/drivers/network/tcpip/lwip/src/core/
H A Daltcp_tcp.c169 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 Dtcp.c2115 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 Dlwiperf.c258 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 Daltcp.h172 #define altcp_poll tcp_poll
H A Dtcp.h421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/reactos/drivers/network/tcpip/lwip/src/api/
H A Dapi_msg.c525 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 Dtcpcore.h2537 extern unsigned int tcp_poll(struct file * file, struct socket *sock, struct poll_table_struct *wa…
/reactos/drivers/network/tcpip/lwip/
H A DCHANGELOG1878 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in