Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/
A Dtelnetserver.c210 tcp_poll(pcb, TelnetPoll, 1); in TelnetAccept()
450 tcp_poll(pcb, NULL, 0); in TelnetClose()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dtcp.h359 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dtcp.h412 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c457 tcp_poll(pcb, poll_tcp, NETCONN_TCP_POLL_INTERVAL);
520 tcp_poll(pcb, NULL, 0);
863 tcp_poll(tpcb, NULL, 0);
987 tcp_poll(tpcb, poll_tcp, 1);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c348 tcp_poll(tcp_array[i], NULL, 0); in lwip_socket_free_incoming()
1434 tcp_poll(pcb, NULL, 0); in _lwip_tcp_close_poll()
1519tcp_poll(socket->pcb.tcp, _lwip_tcp_close_poll, MICROPY_PY_LWIP_TCP_CLOSE_TIMEOUT_MS / 500); in lwip_socket_ioctl()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd.c601 tcp_poll(pcb, NULL, 0); in http_close_or_abort_conn()
615 tcp_poll(pcb, http_poll, HTTPD_POLL_INTERVAL); in http_close_or_abort_conn()
2538 tcp_poll(pcb, http_poll, HTTPD_POLL_INTERVAL);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp.c1814 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function

Completed in 27 milliseconds