zephyr/subsys/net/lib
Paul Sokolovsky af3defd34e net: sntp: Namespace private SNTP definitions
SNTP implementation defined symbols like "MODE_MASK", which can easily
conflict with similary laxly defined symbols in other modules, and
indeed, we hit a case like that (below). So, prefix these symbols
consistently with "SNTP_", until more clear private namespacing
convention are made pervasive in Zephyr.

subsys/net/lib/sntp/sntp_pkt.h:14: error: "MODE_MASK" redefined
include/arch/arm/aarch32/cortex_a_r/cpu.h:17: note: this is the
  location of the previous definition

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2020-04-29 09:09:04 +03:00
..
coap net: coap: add coap_pendings_clear and coap_replies_clear 2020-04-28 20:46:35 +03:00
config net: config: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
conn_mgr net: conn_mgr: Fix time delay in K_THREAD_DEFINE() 2020-04-09 16:07:03 +03:00
dns net: dns: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
http net: http_client: Fix payload issue on HTTP upload 2020-04-21 00:05:04 +03:00
lwm2m net: lwm2m: init pendings and replies on lwm2m_engine_start 2020-04-28 20:46:35 +03:00
mqtt net: mqtt: Refactor because of timeout overhaul 2020-04-09 21:58:42 +03:00
openthread drivers: flash: replace DT_FLASH_DEV_NAME with DT macro 2020-04-27 18:43:20 -05:00
sntp net: sntp: Namespace private SNTP definitions 2020-04-29 09:09:04 +03:00
sockets drivers: entropy: replace CONFIG_ENTROPY_NAME with DT macro 2020-04-13 09:14:21 -05:00
socks kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
tls_credentials kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket net: websocket: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
CMakeLists.txt net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00