zephyr/net/ip/contiki
Jukka Rissanen 6ba3a02eed net: uip: Avoid casting warning when accessing link local addr
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>
2016-02-05 20:14:20 -05:00
..
ip net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
ipv6 net: uip: Avoid casting warning when accessing link local addr 2016-02-05 20:14:20 -05:00
llsec net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
mac net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
os net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
rpl net: Initial networking support 2016-02-05 20:14:20 -05:00
contiki-conf.h net: Using correct defines to configure the net stack 2016-02-05 20:14:20 -05:00
contiki-default-conf.h net: Initial networking support 2016-02-05 20:14:20 -05:00
contiki-lib.h net: Initial networking support 2016-02-05 20:14:20 -05:00
contiki-net.h net: uip: psock.h is only needed for TCP connections 2016-02-05 20:14:20 -05:00
contiki-version.h net: Initial networking support 2016-02-05 20:14:20 -05:00
contiki.h net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
linkaddr.c net: Initial networking support 2016-02-05 20:14:20 -05:00
linkaddr.h net: Initial networking support 2016-02-05 20:14:20 -05:00
nbr-table.c net: Initial networking support 2016-02-05 20:14:20 -05:00
nbr-table.h net: Initial networking support 2016-02-05 20:14:20 -05:00
netstack.c net: Initial networking support 2016-02-05 20:14:20 -05:00
netstack.h net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
packetbuf.c net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
packetbuf.h net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
queuebuf.c net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
queuebuf.h net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
uip-driver.c net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00
uip-driver.h net: Use our network buffers instead of global ones in Contiki 2016-02-05 20:14:20 -05:00