Searched refs:tcp_poll (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/ |
A D | telnetserver.c | 210 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 D | tcp.h | 359 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 D | tcp.h | 412 void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/api/ |
A D | api_msg.c | 457 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 D | modlwip.c | 348 tcp_poll(tcp_array[i], NULL, 0); in lwip_socket_free_incoming() 1434 tcp_poll(pcb, NULL, 0); in _lwip_tcp_close_poll() 1519 … tcp_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 D | httpd.c | 601 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 D | tcp.c | 1814 tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval) in tcp_poll() function
|
Completed in 27 milliseconds