Home
last modified time | relevance | path

Searched refs:sockets (Results 51 – 75 of 138) sorted by relevance

123456

/Zephyr-latest/subsys/net/lib/sockets/
DCMakeLists.txt11 sockets.c
/Zephyr-latest/subsys/net/lib/
DCMakeLists.txt13 add_subdirectory_ifdef(CONFIG_NET_SOCKETS sockets)
DKconfig34 source "subsys/net/lib/sockets/Kconfig"
/Zephyr-latest/drivers/wifi/winc1500/
DKconfig.winc150058 int "Maximum number of sockets that can be managed"
61 Set the number of sockets that can be managed through the driver
/Zephyr-latest/scripts/footprint/
Dplan.txt15 echo_client,default,frdm_k64f,samples/net/sockets/echo_client,
16 echo_server,default,frdm_k64f,samples/net/sockets/echo_server,
/Zephyr-latest/boards/shields/atmel_rf2xx/doc/
Dindex.rst286 config file. See :zephyr:code-sample:`sockets-echo-server` and
287 :zephyr:code-sample:`sockets-echo-client` samples for details.
295 :zephyr-app: samples/net/sockets/echo_server
304 :zephyr-app: samples/net/sockets/echo_server
313 :zephyr-app: samples/net/sockets/echo_server
322 :zephyr-app: samples/net/sockets/echo_server
/Zephyr-latest/doc/connectivity/networking/api/
Dthread.rst41 See :zephyr:code-sample:`sockets-echo-server` and :zephyr:code-sample:`sockets-echo-client`
Dcoap_client.rst16 in the request. The CoAP client handles the communication over sockets.
18 the socket. Plain UDP or DTLS sockets are supported.
Dcoap.rst22 is implemented using plain buffers. Users of the API create sockets
24 purposes. The library itself doesn't create any sockets for users.
137 /* send over sockets */
Dnet_shell.rst41 "net sockets", "Show network socket information and statistics. Only available if
/Zephyr-latest/drivers/modem/
Dquectel-bg9x.h91 struct modem_socket sockets[MDM_MAX_SOCKETS]; member
Dsimcom-sim7080.h106 struct modem_socket sockets[MDM_MAX_SOCKETS]; member
Dwncm14a2a.c138 struct wncm14a2a_socket sockets[MDM_MAX_SOCKETS]; member
244 if (!ictx.sockets[i].context) { in socket_get()
245 sock = &ictx.sockets[i]; in socket_get()
263 if (ictx.sockets[i].socket_id == socket_id) { in socket_from_id()
264 sock = &ictx.sockets[i]; in socket_from_id()
1394 k_work_init(&ictx.sockets[i].recv_cb_work, in wncm14a2a_init()
1396 k_sem_init(&ictx.sockets[i].sock_send_sem, 0, 1); in wncm14a2a_init()
/Zephyr-latest/doc/connectivity/networking/
Doverview.rst58 and client roles can be used the application. The amount of TCP sockets
62 :ref:`BSD sockets compatible API <bsd_sockets_interface>` is
64 sockets are supported.
67 configuration options for sockets API. Secure functions for the implementation
91 :zephyr:code-sample:`sockets-http-client` and
92 :zephyr:code-sample:`sockets-http-server` samples are provided.
Deth_bridge_native_sim_setup.rst55 :zephyr:code-sample:`sockets-echo-server` sample application.
60 samples/net/sockets/echo_server -- \
69 This will create and run :zephyr:code-sample:`sockets-echo-server` with bridging enabled but
Dqemu_setup.rst16 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from
84 :zephyr-app: samples/net/sockets/echo_server
213 :zephyr-app: samples/net/sockets/echo_server
226 :zephyr-app: samples/net/sockets/echo_client
/Zephyr-latest/subsys/net/lib/shell/
DCMakeLists.txt31 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_SOCKETS_SERVICE_SUPPORTED sockets.c)
/Zephyr-latest/tests/bsim/net/sockets/echo_test/
DCMakeLists.txt20 set(echo_client_path ${ZEPHYR_BASE}/samples/net/sockets/echo_client)
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst28 :zephyr-app: samples/net/sockets/coap_download
65 :zephyr-app: samples/net/sockets/coap_download
/Zephyr-latest/lib/posix/options/
DKconfig.net44 Enable this option to support the raw sockets.
/Zephyr-latest/drivers/net/
DKconfig244 # Native simulator offloaded sockets
248 bool "Native Simulator offloaded sockets"
254 Offloaded sockets for Native Simulator utilize host BSD sockets API (like socket(),
/Zephyr-latest/lib/os/zvfs/
DKconfig12 types of file descriptors such as those from the non-virtual FS, sockets, eventfds, FILE *'s
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/
Dindex.rst45 using a single physical connection. In addition, it comes with sockets for
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/
Dindex.rst48 using a single physical connection. In addition, it comes with sockets for
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/
Dindex.rst48 using a single physical connection. In addition, it comes with sockets for

123456