mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 02:21:56 +00:00
The uip_ds6_nbr_get_ll() returns const addr but we need to overwrite the addr so cast is needed here. The const pointer returned by nbr-table.c:nbr_table_get_lladdr(), which is called by uip_ds6_nbr_get_ll(), actually points to neighbor cache which is dynamic and will never be stored in read only memory, and thus is safe to cast to non-const. Change-Id: Ifb47e4cb75054b0a9717304dc1d0bc497fee1e87 Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> |
||
---|---|---|
.. | ||
contiki | ||
Makefile | ||
net_buf.c | ||
net_context.c | ||
net_init.c |