Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/
A Dtelnetserver.c204 tcp_recv(pcb, TelnetReceive); in TelnetAccept()
448 tcp_recv(pcb, NULL); in TelnetClose()
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dtcp.h354 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dtcp.h407 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c480 tcp_recv(newpcb, _lwip_tcp_recv_unaccepted); in _lwip_tcp_accept()
1023 tcp_recv(socket2->pcb.tcp, _lwip_tcp_recv); in lwip_socket_accept()
1068 tcp_recv(socket->pcb.tcp, _lwip_tcp_recv); in lwip_socket_connect()
1513 tcp_recv(socket->pcb.tcp, NULL); in lwip_socket_ioctl()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dapi_msg.c455 tcp_recv(pcb, recv_tcp);
518 tcp_recv(pcb, NULL);
856 tcp_recv(tpcb, NULL);
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd.c599 tcp_recv(pcb, NULL); in http_close_or_abort_conn()
2536 tcp_recv(pcb, http_recv);
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dtcp.c1741 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) in tcp_recv() function

Completed in 27 milliseconds