zephyr/subsys/net/lib
Emil Gydesen ae55dae454 sys: util: Change return type of ARRAY_SIZE to size_t
The ARRAY_SIZE macro uses sizeof and thus the return
type should be an unsigned value. size_t is typically
the type used for sizeof and fits well for the
ARRAY_SIZE macro as well.

Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
2022-03-23 14:09:23 +01:00
..
capture all: Deprecate UTIL_LISTIFY and replace with LISTIFY 2022-03-08 11:03:30 +01:00
coap kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
config kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
conn_mgr kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
dns everywhere: fix typos 2022-03-18 13:24:08 -04:00
http net: http: Allow a content_len of 4GB 2022-03-21 10:16:21 +01:00
lwm2m net: lwm2m: fix potential invalid pointer dereference in reset message 2022-03-22 12:33:31 +01:00
mqtt net: mqtt: Fix SOCKS5 setsockopt error handling 2021-12-01 13:54:30 -06:00
openthread everywhere: fix typos 2022-03-18 13:24:08 -04:00
sntp everywhere: fix typos 2022-03-18 13:24:08 -04:00
sockets sys: util: Change return type of ARRAY_SIZE to size_t 2022-03-23 14:09:23 +01:00
socks
tftp everywhere: fix typos 2022-03-18 13:24:08 -04:00
tls_credentials
utils
websocket everywhere: fix typos 2022-03-18 13:24:08 -04:00
CMakeLists.txt
Kconfig