Searched refs:sockets (Results 51 – 75 of 138) sorted by relevance
123456
/Zephyr-latest/subsys/net/lib/sockets/ |
D | CMakeLists.txt | 11 sockets.c
|
/Zephyr-latest/subsys/net/lib/ |
D | CMakeLists.txt | 13 add_subdirectory_ifdef(CONFIG_NET_SOCKETS sockets)
|
D | Kconfig | 34 source "subsys/net/lib/sockets/Kconfig"
|
/Zephyr-latest/drivers/wifi/winc1500/ |
D | Kconfig.winc1500 | 58 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/ |
D | plan.txt | 15 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/ |
D | index.rst | 286 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/ |
D | thread.rst | 41 See :zephyr:code-sample:`sockets-echo-server` and :zephyr:code-sample:`sockets-echo-client`
|
D | coap_client.rst | 16 in the request. The CoAP client handles the communication over sockets. 18 the socket. Plain UDP or DTLS sockets are supported.
|
D | coap.rst | 22 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 */
|
D | net_shell.rst | 41 "net sockets", "Show network socket information and statistics. Only available if
|
/Zephyr-latest/drivers/modem/ |
D | quectel-bg9x.h | 91 struct modem_socket sockets[MDM_MAX_SOCKETS]; member
|
D | simcom-sim7080.h | 106 struct modem_socket sockets[MDM_MAX_SOCKETS]; member
|
D | wncm14a2a.c | 138 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/ |
D | overview.rst | 58 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.
|
D | eth_bridge_native_sim_setup.rst | 55 :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
|
D | qemu_setup.rst | 16 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/ |
D | CMakeLists.txt | 31 zephyr_library_sources_ifdef(CONFIG_NET_SHELL_SOCKETS_SERVICE_SUPPORTED sockets.c)
|
/Zephyr-latest/tests/bsim/net/sockets/echo_test/ |
D | CMakeLists.txt | 20 set(echo_client_path ${ZEPHYR_BASE}/samples/net/sockets/echo_client)
|
/Zephyr-latest/samples/net/sockets/coap_download/ |
D | README.rst | 28 :zephyr-app: samples/net/sockets/coap_download 65 :zephyr-app: samples/net/sockets/coap_download
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.net | 44 Enable this option to support the raw sockets.
|
/Zephyr-latest/drivers/net/ |
D | Kconfig | 244 # 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/ |
D | Kconfig | 12 types of file descriptors such as those from the non-virtual FS, sockets, eventfds, FILE *'s
|
/Zephyr-latest/boards/nuvoton/npcm400_evb/doc/ |
D | index.rst | 45 using a single physical connection. In addition, it comes with sockets for
|
/Zephyr-latest/boards/nuvoton/npcx9m6f_evb/doc/ |
D | index.rst | 48 using a single physical connection. In addition, it comes with sockets for
|
/Zephyr-latest/boards/nuvoton/npcx7m6fb_evb/doc/ |
D | index.rst | 48 using a single physical connection. In addition, it comes with sockets for
|
123456