/Zephyr-latest/subsys/net/lib/websocket/ |
D | CMakeLists.txt | 4 zephyr_include_directories(${ZEPHYR_BASE}/subsys/net/lib/sockets)
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | dispatcher.c | 23 static sys_slist_t sockets; variable 207 if (sys_slist_find(&sockets, &ctx->node, &prev_node)) { in dns_dispatcher_register() 212 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&sockets, entry, next, node) { in dns_dispatcher_register() 321 sys_slist_prepend(&sockets, &ctx->node); in dns_dispatcher_register() 335 (void)sys_slist_find_and_remove(&sockets, &ctx->node); in dns_dispatcher_unregister() 359 sys_slist_init(&sockets); in dns_dispatcher_init()
|
/Zephyr-latest/samples/net/sockets/ |
D | sockets.rst | 1 .. zephyr:code-sample-category:: sockets
|
/Zephyr-latest/doc/connectivity/networking/ |
D | native_sim_setup.rst | 16 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from 73 :zephyr-app: samples/net/sockets/echo_server 97 Using offloaded sockets 110 :zephyr-app: samples/net/sockets/echo_server 130 Native Simulator with the offloaded sockets network driver is using the same 132 sockets API. This means that :zephyr:code-sample:`sockets-echo-server` and
|
D | qemu_802154_setup.rst | 39 :zephyr-app: samples/net/sockets/echo_server 50 :zephyr-app: samples/net/sockets/echo_server 68 :zephyr-app: samples/net/sockets/echo_client
|
D | networking_with_multiple_instances.rst | 126 In this example we start :zephyr:code-sample:`sockets-echo-server` and 127 :zephyr:code-sample:`sockets-echo-client` sample applications. You can use other applications 135 samples/net/sockets/echo_server -- \ 150 samples/net/sockets/echo_server -- \ 166 samples/net/sockets/echo_client -- \ 181 samples/net/sockets/echo_client -- \
|
D | qemu_eth_setup.rst | 13 In this example, the :zephyr:code-sample:`sockets-echo-server` sample application from 75 Build and start the :zephyr:code-sample:`sockets-echo-server` sample application. 81 :zephyr-app: samples/net/sockets/echo_server
|
/Zephyr-latest/drivers/modem/ |
D | modem_socket.h | 57 struct modem_socket *sockets; member 103 int modem_socket_init(struct modem_socket_config *cfg, struct modem_socket *sockets,
|
D | CMakeLists.txt | 16 zephyr_library_include_directories(${ZEPHYR_BASE}/subsys/net/lib/sockets)
|
/Zephyr-latest/samples/net/sockets/packet/ |
D | README.rst | 5 Use raw packet sockets over Ethernet. 11 of packet sockets over Ethernet. The sample prints every packet
|
/Zephyr-latest/drivers/wifi/simplelink/ |
D | CMakeLists.txt | 6 ${ZEPHYR_BASE}/subsys/net/lib/sockets
|
/Zephyr-latest/samples/net/sockets/tcp/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-tcp-sample 28 cd samples/net/sockets/tcp
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp_socket.c | 24 struct esp_socket *sock = data->sockets; in esp_socket_get() 25 struct esp_socket *sock_end = sock + ARRAY_SIZE(data->sockets); in esp_socket_get() 87 for (i = 0; i < ARRAY_SIZE(data->sockets); ++i) { in esp_socket_init() 88 sock = &data->sockets[i]; in esp_socket_init()
|
D | esp.h | 246 struct esp_socket sockets[ESP_MAX_SOCKETS]; member 288 if (link_id >= ARRAY_SIZE(data->sockets)) { in esp_socket_ref_from_link_id() 292 return esp_socket_ref(&data->sockets[link_id]); in esp_socket_ref_from_link_id() 348 return CONTAINER_OF(sock - sock->idx, struct esp_data, sockets[0]); in esp_socket_to_dev()
|
/Zephyr-latest/tests/net/socket/offload_dispatcher/ |
D | CMakeLists.txt | 7 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/sockets)
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | apis.rst | 9 sockets.rst
|
D | http_client.rst | 14 parse HTTP responses. The library communicates over the sockets 15 API but it does not create sockets on its own. 72 See :zephyr:code-sample:`HTTP client sample application <sockets-http-client>` for
|
D | mqtt.rst | 18 Zephyr provides an MQTT client library built on top of BSD sockets API. The 22 sockets communicating over TCP, or with secure sockets communicating over 23 TLS. See :ref:`bsd_sockets_interface` for more information about Zephyr sockets. 163 to :ref:`secure sockets documentation <secure_sockets_interface>`.
|
/Zephyr-latest/samples/net/cloud/tagoio_http_post/ |
D | CMakeLists.txt | 8 target_sources(app PRIVATE src/sockets.c)
|
/Zephyr-latest/tests/drivers/modem/modem_socket/ |
D | CMakeLists.txt | 12 ${ZEPHYR_BASE}/subsys/net/lib/sockets
|
/Zephyr-latest/tests/net/socket/tls/ |
D | CMakeLists.txt | 8 target_include_directories(app PRIVATE ${ZEPHYR_BASE}/subsys/net/lib/sockets)
|
/Zephyr-latest/samples/net/sockets/echo_client/ |
D | README.rst | 1 .. zephyr:code-sample:: sockets-echo-client 15 :zephyr_file:`samples/net/sockets/echo_client`. 54 :zephyr-app: samples/net/sockets/echo_client 63 :zephyr-app: samples/net/sockets/echo_client 73 :zephyr-app: samples/net/sockets/echo_client 95 :zephyr-app: samples/net/sockets/echo_client 106 :zephyr:code-sample:`sockets-echo-server` enable establishing a secure connection 164 :zephyr-app: samples/net/sockets/echo_client 179 See the :zephyr:code-sample:`sockets-echo-server` documentation for an alternate 206 :zephyr-app: samples/net/sockets/echo_client
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | CMakeLists.txt | 8 ${ZEPHYR_BASE}/subsys/net/lib/sockets
|
/Zephyr-latest/drivers/net/ |
D | CMakeLists.txt | 15 ${ZEPHYR_BASE}/subsys/net/lib/sockets
|
/Zephyr-latest/boards/shields/arduino_uno_click/doc/ |
D | index.rst | 11 host sockets that allow you to connect many other click shields to your 45 :zephyr-app: samples/net/sockets/echo_server
|