Searched refs:tcp_recv (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/telnetd/ |
A D | telnetserver.c | 204 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 D | tcp.h | 354 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | tcp.h | 407 void tcp_recv (struct tcp_pcb *pcb, tcp_recv_fn recv);
|
/AliOS-Things-master/components/py_engine/engine/extmod/ |
A D | modlwip.c | 480 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 D | api_msg.c | 455 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 D | httpd.c | 599 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 D | tcp.c | 1741 tcp_recv(struct tcp_pcb *pcb, tcp_recv_fn recv) in tcp_recv() function
|
Completed in 27 milliseconds