Home
last modified time | relevance | path

Searched refs:lwip_accept (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/
A Dsockets.h454 #define lwip_accept accept macro
485 int lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
514 #define accept(s,addr,addrlen) lwip_accept(s,addr,addrlen)
/AliOS-Things-master/components/netmgr/net/
A Dnet_impl.c15 return lwip_accept(s, addr, addrlen); in net_accept()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/sendfile/
A Dsendfile.c271 connfd = lwip_accept(sockfd, (struct sockaddr *)&addrclient, &addrlen); in sendfile_server_thread()
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h46 #define lwip_accept accept macro
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dsockets.h551 int lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen);
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmodsocket.c325 new_fd = lwip_accept(self->fd, &addr, &addr_len); in socket_accept()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmodsocket.c337 new_fd = lwip_accept(self->fd, &addr, &addr_len); in socket_accept()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmodsocket.c314 new_fd = lwip_accept(self->fd, &addr, &addr_len); in socket_accept()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/iperf/
A Diperf_task.c561 if ( (connfd = lwip_accept( listenfd, (struct sockaddr *) &cliaddr, &clilen )) != -1 ) { in iperf_tcp_run_server()
/AliOS-Things-master/components/lwip/lwip2.0.0/api/
A Dsockets.c627 lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen) in lwip_accept() function

Completed in 24 milliseconds