mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 02:12:40 +00:00
The second 'const' is misguided, indicating that the returns pointer value itself cannot be changed, but since pointers are passed by value anyway this is not useful and was generating warnings with XCC. The leading 'const' indicates that the memory pointed to is constant, which is all we needed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com> |
||
---|---|---|
.. | ||
l2 | ||
6lo_private.h | ||
6lo.c | ||
6lo.h | ||
connection.c | ||
connection.h | ||
dhcpv4.c | ||
dhcpv4.h | ||
icmpv4.c | ||
icmpv4.h | ||
icmpv6.c | ||
icmpv6.h | ||
ipv4.c | ||
ipv4.h | ||
ipv6.c | ||
ipv6.h | ||
Kconfig | ||
Kconfig.debug | ||
Kconfig.ipv4 | ||
Kconfig.ipv6 | ||
Kconfig.mgmt | ||
Kconfig.rpl | ||
Kconfig.stack | ||
Kconfig.stats | ||
Makefile | ||
nbr.c | ||
nbr.h | ||
net_context.c | ||
net_core.c | ||
net_if.c | ||
net_mgmt.c | ||
net_pkt.c | ||
net_private.h | ||
net_shell.c | ||
net_shell.h | ||
net_stats.c | ||
net_stats.h | ||
route.c | ||
route.h | ||
rpl-mrhof.c | ||
rpl-of0.c | ||
rpl.c | ||
rpl.h | ||
tcp.c | ||
tcp.h | ||
trickle.c | ||
udp_internal.h | ||
udp.c | ||
udp.h | ||
utils.c |