Home
last modified time | relevance | path

Searched defs:socket (Results 1 – 25 of 30) sorted by relevance

12

/AliOS-Things-master/components/websocket/src/
A Drws_socketpub.c32 rws_bool rws_socket_connect(rws_socket socket) { in rws_socket_connect()
63 void rws_socket_disconnect_and_release(rws_socket socket) { in rws_socket_disconnect_and_release()
130 rws_bool rws_socket_send_ping(rws_socket socket) { in rws_socket_send_ping()
218 void rws_socket_set_url(rws_socket socket, in rws_socket_set_url()
244 const char * rws_socket_get_scheme(rws_socket socket) { in rws_socket_get_scheme()
255 const char * rws_socket_get_host(rws_socket socket) { in rws_socket_get_host()
266 const char * rws_socket_get_path(rws_socket socket) { in rws_socket_get_path()
276 int rws_socket_get_port(rws_socket socket) { in rws_socket_get_port()
316 rws_error rws_socket_get_error(rws_socket socket) { in rws_socket_get_error()
326 void * rws_socket_get_user_object(rws_socket socket) { in rws_socket_get_user_object()
[all …]
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodlwip.c637 #define STREAM_ERROR_CHECK(socket) \ argument
645 #define STREAM_ERROR_CHECK_WITH_LOCK(socket) \ argument
886 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_bind() local
915 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_listen() local
952 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_accept() local
1042 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_connect() local
1133 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_send() local
1163 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_recv() local
1198 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_sendto() local
1231 lwip_socket_obj_t *socket = MP_OBJ_TO_PTR(self_in); in lwip_socket_recvfrom() local
[all …]
/AliOS-Things-master/components/websocket/example/
A Dwebsocket_example.c75 static void on_socket_received_text(rws_socket socket, const char *text, const unsigned int length,… in on_socket_received_text()
100 static void on_socket_received_bin(rws_socket socket, const void * data, const unsigned int length,… in on_socket_received_bin()
125 static void on_socket_received_pong(rws_socket socket) in on_socket_received_pong()
134 static void on_socket_connected(rws_socket socket) in on_socket_connected()
146 static void on_socket_disconnected(rws_socket socket) in on_socket_disconnected()
/AliOS-Things-master/components/py_engine/tests/net_hosted/
A Daccept_nonblock.py4 import usocket as socket namespace
A Daccept_timeout.py4 import usocket as socket namespace
A Dconnect_nonblock.py4 import usocket as socket namespace
A Dconnect_poll.py4 import usocket as socket, uselect as select namespace
A Dssl_getpeercert.py4 import usocket as socket namespace
/AliOS-Things-master/components/py_engine/tests/extmod/
A Dusocket_tcp_basic.py4 import usocket as socket, uerrno as errno namespace
A Dusocket_udp_nonblock.py4 import usocket as socket, uerrno as errno namespace
A Dussl_basic.py17 socket = io.BytesIO() variable
A Duselect_poll_basic.py2 import usocket as socket, uselect as select, uerrno as errno namespace
A Duselect_poll_udp.py4 import usocket as socket, uselect as select namespace
/AliOS-Things-master/components/py_engine/tests/net_inet/
A Dtls_num_errors.py4 import usocket as socket, ussl as ssl, sys namespace
A Dtls_text_errors.py4 import usocket as socket, ussl as ssl, sys namespace
A Dgetaddrinfo.py2 import usocket as socket, sys namespace
/AliOS-Things-master/components/py_engine/tests/multi_net/
A Dssl_data.py4 import usocket as socket, ussl as ssl namespace
/AliOS-Things-master/components/py_engine/tests/esp32/
A Dresolve_on_connect.py9 import usocket as socket, sys namespace
/AliOS-Things-master/components/amp-utility/python/
A Dusocket.py20 class socket(object): class
/AliOS-Things-master/components/py_engine/engine/extmod/uasyncio/
A Dstream.py80 import usocket as socket namespace
132 import usocket as socket namespace
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/soc/realtek/amebad/misc/
A Drtl8721d_ota.c350 u32 recv_file_info_from_server(u8 * Recvbuf, u32 len, int socket) in recv_file_info_from_server()
385 u32 recv_ota_file_hdr(u8 * Recvbuf, u32 * len, update_ota_target_hdr * pOtaTgtHdr, int socket) in recv_ota_file_hdr()
524 u32 download_new_fw_from_server(int socket, update_ota_target_hdr * pOtaTgtHdr, u8 targetIdx) in download_new_fw_from_server()
/AliOS-Things-master/components/http/include/
A Dhttpclient.h53 int socket; /**< socket ID */ member
/AliOS-Things-master/components/netmgr/net/include/sys/
A Dsocket.h180 static inline int socket(int domain, int type, int protocol) in socket() function
236 #define socket(domain,type,protocol) net_socket(domain,type,protocol) macro
/AliOS-Things-master/components/websocket/include/
A Drws_socket.h81 rws_socket_t socket; member
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/
A Dapi.h233 int socket; member

Completed in 36 milliseconds

12