| /Zephyr-latest/drivers/wifi/eswifi/ | 
| D | eswifi_socket.c | 37 			 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
  | 
| D | eswifi_offload.c | 27 	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 …] 
 | 
| D | eswifi_socket_offload.c | 45 	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
  | 
| D | eswifi.h | 77 	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/ | 
| D | transport.c | 34 	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
  | 
| D | port.h | 46 	int			       socket[2];  member
  | 
| /Zephyr-latest/include/zephyr/tracing/ | 
| D | tracing.h | 2203 #define sys_port_trace_socket_init(socket, family, type, proto)  argument 2209 #define sys_port_trace_socket_close_enter(socket)  argument 2216 #define sys_port_trace_socket_close_exit(socket, ret)  argument 2223 #define sys_port_trace_socket_shutdown_enter(socket, how)  argument 2230 #define sys_port_trace_socket_shutdown_exit(socket, ret)  argument 2238 #define sys_port_trace_socket_bind_enter(socket, addr, addrlen)  argument 2245 #define sys_port_trace_socket_bind_exit(socket, ret)  argument 2253 #define sys_port_trace_socket_connect_enter(socket, addr, addrlen)  argument 2260 #define sys_port_trace_socket_connect_exit(socket, ret)  argument 2267 #define sys_port_trace_socket_listen_enter(socket, backlog)  argument [all …] 
 | 
| /Zephyr-latest/drivers/wifi/winc1500/ | 
| D | wifi_winc1500.c | 332 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_bind()  local 363 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_listen()  local 392 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_connect()  local 423 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_accept()  local 455 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_send()  local 495 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_sendto()  local 559 	SOCKET socket = (intptr_t)context->offload_context;  in winc1500_recv()  local
  | 
| /Zephyr-latest/modules/thrift/src/thrift/transport/ | 
| D | TSSLSocket.cpp | 64 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/ | 
| D | gdbstub.py | 311     def run(self, socket):  argument
  | 
| /Zephyr-latest/lib/posix/options/ | 
| D | net.c | 392 int socket(int family, int type, int proto)  in socket()  function
  |