Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_socket.c37 struct eswifi_off_socket *socket) in __stop_socket()
77 int __eswifi_bind(struct eswifi_dev *eswifi, struct eswifi_off_socket *socket, in __eswifi_bind()
113 struct eswifi_off_socket *socket; in eswifi_off_read_work() local
196 struct eswifi_off_socket *socket) in __eswifi_off_start_client()
265 int __eswifi_listen(struct eswifi_dev *eswifi, struct eswifi_off_socket *socket, int backlog) in __eswifi_listen()
284 int __eswifi_accept(struct eswifi_dev *eswifi, struct eswifi_off_socket *socket) in __eswifi_accept()
308 struct eswifi_off_socket *socket) in __eswifi_socket_free()
322 struct eswifi_off_socket *socket = NULL; in __eswifi_socket_new() local
Deswifi_offload.c27 struct eswifi_off_socket *socket = context->offload_context; in eswifi_off_bind() local
41 struct eswifi_off_socket *socket = context->offload_context; in eswifi_off_listen() local
68 struct eswifi_off_socket *socket; in eswifi_off_connect_work() local
106 struct eswifi_off_socket *socket = context->offload_context; in eswifi_off_connect() local
156 struct eswifi_off_socket *socket = context->offload_context; in eswifi_off_accept() local
182 struct eswifi_off_socket *socket) in __eswifi_off_send_pkt()
223 struct eswifi_off_socket *socket; in eswifi_off_send_work() local
254 struct eswifi_off_socket *socket = pkt->context->offload_context; in eswifi_off_send() local
303 struct eswifi_off_socket *socket = pkt->context->offload_context; in eswifi_off_sendto() local
357 struct eswifi_off_socket *socket = context->offload_context; in eswifi_off_recv() local
[all …]
Deswifi_socket_offload.c45 struct eswifi_off_socket *socket = user_data; in __process_received() local
59 struct eswifi_off_socket *socket; in eswifi_socket_connect() local
96 struct eswifi_off_socket *socket; in eswifi_socket_listen() local
121 struct eswifi_off_socket *socket; in __eswifi_socket_accept() local
269 struct eswifi_off_socket *socket; in eswifi_socket_send() local
324 struct eswifi_off_socket *socket; in eswifi_socket_recv() local
404 struct eswifi_off_socket *socket; in eswifi_socket_close() local
440 struct eswifi_off_socket *socket = NULL; in eswifi_socket_open() local
468 struct eswifi_off_socket *socket; in eswifi_socket_poll() local
545 struct eswifi_off_socket *socket; in eswifi_socket_bind() local
Deswifi.h77 struct eswifi_off_socket socket[ESWIFI_OFFLOAD_MAX_SOCKETS]; member
120 struct eswifi_dev *eswifi_socket_to_dev(struct eswifi_off_socket *socket) in eswifi_socket_to_dev()
/Zephyr-latest/subsys/net/lib/ptp/
Dtransport.c34 int socket = zsock_socket(addr->sa_family, SOCK_DGRAM, IPPROTO_UDP); in transport_socket_open() local
108 int socket, ttl = 1; in transport_udp_ipv4_open() local
147 int socket, hops = 1, feature_on = 1; in transport_udp_ipv6_open() local
191 static int transport_send(int socket, int port, void *buf, int length, struct sockaddr *addr) in transport_send()
227 int socket; in ptp_transport_open() local
Dport.h46 int socket[2]; member
/Zephyr-latest/include/zephyr/tracing/
Dtracing.h2131 #define sys_port_trace_socket_init(socket, family, type, proto) argument
2137 #define sys_port_trace_socket_close_enter(socket) argument
2144 #define sys_port_trace_socket_close_exit(socket, ret) argument
2151 #define sys_port_trace_socket_shutdown_enter(socket, how) argument
2158 #define sys_port_trace_socket_shutdown_exit(socket, ret) argument
2166 #define sys_port_trace_socket_bind_enter(socket, addr, addrlen) argument
2173 #define sys_port_trace_socket_bind_exit(socket, ret) argument
2181 #define sys_port_trace_socket_connect_enter(socket, addr, addrlen) argument
2188 #define sys_port_trace_socket_connect_exit(socket, ret) argument
2195 #define sys_port_trace_socket_listen_enter(socket, backlog) argument
[all …]
/Zephyr-latest/drivers/wifi/winc1500/
Dwifi_winc1500.c332 SOCKET socket = (intptr_t)context->offload_context; in winc1500_bind() local
362 SOCKET socket = (intptr_t)context->offload_context; in winc1500_listen() local
391 SOCKET socket = (intptr_t)context->offload_context; in winc1500_connect() local
422 SOCKET socket = (intptr_t)context->offload_context; in winc1500_accept() local
454 SOCKET socket = (intptr_t)context->offload_context; in winc1500_send() local
494 SOCKET socket = (intptr_t)context->offload_context; in winc1500_sendto() local
558 SOCKET socket = (intptr_t)context->offload_context; in winc1500_recv() local
/Zephyr-latest/modules/thrift/src/thrift/transport/
DTSSLSocket.cpp64 TSSLSocket::TSSLSocket(std::shared_ptr<SSLContext> ctx, THRIFT_SOCKET socket, in TSSLSocket()
71 TSSLSocket::TSSLSocket(std::shared_ptr<SSLContext> ctx, THRIFT_SOCKET socket, in TSSLSocket()
372 std::shared_ptr<TSSLSocket> TSSLSocketFactory::createSocket(THRIFT_SOCKET socket) in createSocket()
380 TSSLSocketFactory::createSocket(THRIFT_SOCKET socket, in createSocket()
/Zephyr-latest/scripts/coredump/gdbstubs/
Dgdbstub.py311 def run(self, socket): argument
/Zephyr-latest/lib/posix/options/
Dnet.c392 int socket(int family, int type, int proto) in socket() function