Home
last modified time | relevance | path

Searched refs:sockets (Results 76 – 100 of 138) sorted by relevance

123456

/Zephyr-latest/subsys/net/lib/shell/
Dsockets.c218 SHELL_SUBCMD_ADD((net), sockets, NULL,
/Zephyr-latest/boards/atmel/sam0/samr21_xpro/doc/
Dindex.rst131 echo demo. More information at :zephyr:code-sample:`sockets-echo-server` and
132 :zephyr:code-sample:`sockets-echo-client`.
/Zephyr-latest/boards/nuvoton/npcx4m8f_evb/doc/
Dindex.rst47 using a single physical connection. In addition, it comes with sockets for
/Zephyr-latest/drivers/modem/
DKconfig152 modem "sockets" throughout their lifecycle (from the initial offload
160 the modem sockets and the POSIX_API, if used, share them.
Dhl7800.c452 struct hl7800_socket sockets[MDM_MAX_SOCKETS]; member
795 if (!iface_ctx.sockets[i].context) { in socket_get()
796 sock = &iface_ctx.sockets[i]; in socket_get()
814 if (iface_ctx.sockets[i].socket_id == socket_id) { in socket_from_id()
815 sock = &iface_ctx.sockets[i]; in socket_from_id()
3347 sock = &iface_ctx.sockets[i]; in notify_all_tcp_sockets_closed()
5017 sock = &iface_ctx.sockets[i]; in mark_sockets_for_reconfig()
6426 iface_ctx.sockets[i].socket_id = MDM_INVALID_SOCKET_ID; in hl7800_init()
6427 k_work_init(&iface_ctx.sockets[i].recv_cb_work, in hl7800_init()
6429 k_work_init(&iface_ctx.sockets[i].rx_data_work, in hl7800_init()
[all …]
Dquectel-bg9x.c1178 ret = modem_socket_init(&mdata.socket_config, &mdata.sockets[0], ARRAY_SIZE(mdata.sockets), in modem_init()
/Zephyr-latest/doc/releases/
Drelease-notes-1.12.rst166 in BSD sockets API.
355 * :github:`4217` - samples:net:sockets:echo_async : unexpected communication blocks between client …
396 * :github:`6093` - [Coverity CID: 182778] Error handling issues in /samples/net/sockets/dumb_http_s…
397 * :github:`6094` - [Coverity CID: 182777] Error handling issues in /samples/net/sockets/dumb_http_s…
401 * :github:`6098` - [Coverity CID: 182773] Error handling issues in /samples/net/sockets/http_get/sr…
403 * :github:`6100` - [Coverity CID: 182771] Error handling issues in /samples/net/sockets/dumb_http_s…
404 * :github:`6101` - [Coverity CID: 182770] Error handling issues in /samples/net/sockets/http_get/sr…
405 * :github:`6103` - [Coverity CID: 182768] Error handling issues in /samples/net/sockets/dumb_http_s…
439 * :github:`6565` - samples/net/sockets/echo: Failed to connect to samples/net/echo_server for IPV6 …
465 * :github:`6670` - [Coverity CID: 183062] Error handling issues in /samples/net/sockets/big_http_do…
[all …]
Drelease-notes-1.13.rst188 * Port native API echo-server/echo-client samples to BSD sockets API, with
382 * :github:`9296` - [Coverity CID :187319] Control flow issues in /subsys/net/lib/sockets/sockets.c
384 * :github:`9294` - [Coverity CID :187321] Possible Control flow issues in /samples/net/sockets/big_…
387 * :github:`9291` - [Coverity CID :187324] Control flow issues in /subsys/net/lib/sockets/sockets.c
413 * :github:`9032` - net/sockets/echo_async crashes after several connections (qemu_x86)
424 * :github:`8994` - [Coverity CID :187072] Error handling issues in /samples/net/sockets/echo_server…
525 * :github:`8413` - [Coverity CID :186583] Error handling issues in /samples/net/sockets/dumb_http_s…
650 * :github:`5900` - net: Prototype a TLS convenience API based on sockets
Drelease-notes-1.14.rst217 * :github:`18961` - [Coverity CID :203912]Error handling issues in /samples/net/sockets/coap_client…
427 * :github:`18961` - [Coverity CID :203912]Error handling issues in /samples/net/sockets/coap_client…
1143 * :github:`15227` - sockets: no syscall for gethostname()
1245 * :github:`14819` - [Coverity CID :196637]Uninitialized variables in /samples/net/sockets/can/src/m…
1287 * :github:`14612` - samples/net/sockets/echo_async_select doesn’t work for qemu_x86 target
1340 * :github:`14402` - [Coverity CID :195848]Error handling issues in /samples/net/sockets/echo_async_…
1350 * :github:`14392` - [Coverity CID :195897]Error handling issues in /samples/net/sockets/echo_async/…
1414 * :github:`13885` - [Coverity CID :190928]Error handling issues in /samples/net/sockets/echo_async/…
1440 * :github:`13859` - [Coverity CID :190956]Error handling issues in /samples/net/sockets/can/src/mai…
1447 * :github:`13852` - [Coverity CID :190966]Error handling issues in /samples/net/sockets/echo_async_…
[all …]
Drelease-notes-2.6.rst765 * Added support for close method for packet sockets.
1204 * :github:`35159` - [Coverity CID: 232698] Uninitialized scalar variable in samples/net/sockets/txt…
1350 * :github:`34563` - net: lib: sockets: Unable to select() file descriptors with number >= 32
1368 * :github:`34462` - samples: net: sockets: packet: reception stops working after a while
1706 * :github:`33088` - [Coverity CID :219558] Untrusted value as argument in samples/net/sockets/coap_…
1708 * :github:`33086` - [Coverity CID :219561] Untrusted value as argument in samples/net/sockets/coap_…
1712 * :github:`33082` - [Coverity CID :219566] Untrusted value as argument in samples/net/sockets/coap_…
1714 * :github:`33080` - [Coverity CID :219573] Untrusted value as argument in samples/net/sockets/coap_…
1716 * :github:`33078` - [Coverity CID :219576] Untrusted value as argument in samples/net/sockets/coap_…
1728 * :github:`33066` - [Coverity CID :219601] Untrusted value as argument in samples/net/sockets/coap_…
[all …]
Drelease-notes-2.7.rst698 for socketpair sockets.
701 * Fixed a possible assert after enabling CAN sockets.
713 * Reworked TLS sockets to use secure random generator from Zephyr.
714 * Fixed busy looping during DTLS handshake with offloaded sockets.
715 * Fixed busy looping during TLS/DTLS handshake on non blocking sockets.
719 * Fixed TLS/DTLS sockets ``POLLHUP`` notification.
724 correctly with offloaded sockets.
726 correctly with offloaded sockets.
1253 * :github:`38111` - [Coverity CID: 239615] Out-of-bounds access in subsys/net/lib/sockets/sockets_t…
1254 * :github:`38110` - [Coverity CID: 239619] Out-of-bounds access in subsys/net/lib/sockets/sockets_t…
[all …]
Drelease-notes-2.4.rst625 * The BSD socket sendmsg() can now be used with AF_PACKET type sockets.
635 * Added support to SOCK_DGRAM type sockets for AF_PACKET family.
636 * Added support for using TLS sockets when using socket offloading.
661 * Fixed multiple interface bound socket recv() for AF_PACKET sockets.
992 * :github:`28197` - samples/net/sockets/echo_client/sample.net.sockets.echo_client.nrf_openthread f…
1007 * :github:`28163` - [Coverity CID :214223] Untrusted value as argument in subsys/net/lib/sockets/so…
1008 * :github:`28162` - [Coverity CID :214221] Untrusted value as argument in subsys/net/lib/sockets/so…
1009 * :github:`28161` - [Coverity CID :214219] Uninitialized scalar variable in subsys/net/lib/sockets/…
1084 * :github:`27836` - [Coverity CID :212960] Logically dead code in samples/net/sockets/echo_client/s…
1160 * :github:`27463` - Cannot build samples/net/sockets/echo for cc3220sf_launchxl
[all …]
Drelease-notes-2.0.rst357 * Added dispatching support to SocketCAN sockets.
616 * :github:`18421` - [Coverity CID :203504]Uninitialized variables in /subsys/net/lib/sockets/socket…
617 * :github:`18420` - [Coverity CID :203468]Control flow issues in /subsys/net/lib/sockets/sockets_ne…
618 * :github:`18419` - [Coverity CID :203397]Control flow issues in /subsys/net/lib/sockets/sockets_ne…
619 * :github:`18418` - [Coverity CID :203445]Error handling issues in /subsys/net/lib/sockets/getnamei…
658 * :github:`18377` - [Coverity CID :203535]Error handling issues in /samples/net/sockets/civetweb/sr…
659 * :github:`18376` - [Coverity CID :203462]Error handling issues in /samples/net/sockets/civetweb/sr…
901 …github:`17202` - [Coverity CID :199436]Uninitialized variables in /subsys/net/lib/sockets/sockets.c
1015 * :github:`16569` - [Coverity CID :198878]Error handling issues in /samples/net/sockets/echo_server…
1035 * :github:`16453` - sockets: getaddrinfo: AF_UNSPEC handling was recently broken
[all …]
/Zephyr-latest/boards/mikroe/clicker_2/doc/
Dmikroe_clicker_2.rst6 microcontroller. It is equipped with two mikrobus sockets and furthermore has
/Zephyr-latest/doc/connectivity/networking/
Dusbnet_setup.rst15 The :zephyr:code-sample:`sockets-echo-server` application from the Zephyr source
Dnetworking_with_host.rst64 purpose, a TAP virtual Ethernet driver and an offloaded sockets driver.
Dnet_config_guide.rst88 on how many BSD sockets are polled in the system.
91 Maximum number of open file descriptors, this includes files, sockets, special devices, etc.
92 One needs to select proper value here depending on how many BSD sockets are created in
/Zephyr-latest/dts/arm/raspberrypi/rpi_pico/
Drp2350.dtsi28 /* There are two CPU sockets in the RP2350-series SoCs.
29 * Represent the sockets in the device tree as these two
/Zephyr-latest/scripts/net/
DREADME.txt42 samples/net/sockets/echo_server
/Zephyr-latest/boards/nxp/frdm_mcxw71/doc/
Dindex.rst144 :zephyr-app: samples/net/sockets/echo_server
150 :zephyr-app: samples/net/sockets/echo_client
/Zephyr-latest/lib/os/
DKconfig20 files, sockets, special devices, etc.
/Zephyr-latest/boards/ti/cc3220sf_launchxl/doc/
Dindex.rst243 See :zephyr:code-sample:`sockets-http-get` and
244 :zephyr_file:`samples/net/sockets/http_get/boards/cc3220sf_launchxl.conf` for an
/Zephyr-latest/boards/ti/cc3235sf_launchxl/doc/
Dindex.rst246 See :zephyr:code-sample:`sockets-http-get` and
247 :zephyr_file:`samples/net/sockets/http_get/boards/cc3235sf_launchxl.conf` for an
/Zephyr-latest/tests/subsys/logging/log_blocking/
DREAME.md44 based on the baud rate of the UART. Other backends, such as UDP sockets or
/Zephyr-latest/subsys/net/ip/
DKconfig717 sockets timeout is configured per socket with
725 sockets timeout is configured per socket with
733 TCP sockets, the rcvbuf will determine the receive window size.
739 For TCP sockets, the sndbuf will determine the total size of queued
756 sockets to bind to the same local IP address.
763 sockets to bind to the same local IP address and port combination.

123456