Searched refs:tcp_poll (Results 1 – 7 of 7) sorted by relevance
/third_party/lwip/src/core/ |
D | altcp_tcp.c | 168 tcp_poll(tpcb, NULL, tpcb->pollinterval); in altcp_tcp_remove_callbacks() 244 tcp_poll(pcb, altcp_tcp_poll, interval); in altcp_tcp_set_poll() 332 tcp_poll(pcb, oldpoll, pcb->pollinterval); in altcp_tcp_close()
|
D | tcp.c | 2109 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
|
/third_party/lwip/src/apps/lwiperf/ |
D | lwiperf.c | 257 tcp_poll(conn->conn_pcb, NULL, 0); in lwiperf_tcp_close() 423 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tx_start_impl() 629 tcp_poll(newpcb, lwiperf_tcp_poll, 2U); in lwiperf_tcp_accept()
|
/third_party/lwip/src/include/lwip/ |
D | altcp.h | 171 #define altcp_poll tcp_poll
|
D | tcp.h | 421 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
/third_party/lwip/src/api/ |
D | api_msg.c | 522 tcp_poll(pcb, poll_tcp, NETCONN_TCP_POLL_INTERVAL); 584 tcp_poll(pcb, NULL, 0); 974 tcp_poll(tpcb, NULL, 0); 1097 tcp_poll(tpcb, poll_tcp, 1);
|
/third_party/lwip/ |
D | CHANGELOG | 1791 * rawapi.txt: Fixed bug #32561 tcp_poll argument definition out-of-order in
|