nes-proj/os/net
Rehan MALAK 8cae7a9a91 Fix neighbor discovery bug
return value of memcmp is positive or negative or null
and should not be cast in an uint8_t

make -C "tests/09-ipv6" works now on 64bits
2018-05-16 20:57:47 +02:00
..
app-layer Merge branch 'release-4.1' into develop 2018-05-09 22:18:01 +01:00
ipv6 Fix neighbor discovery bug 2018-05-16 20:57:47 +02:00
mac TSCH burst mode: remove unnecessary variable burst_tsch_current_channel 2018-05-14 04:20:24 -07:00
nullnet
routing Merge branch 'develop' into fix/rpl-urgent-probing 2018-05-12 09:59:51 +02:00
security Updated tinydtls submodule to latest version 2018-05-04 19:15:03 +02:00
link-stats.c Link-stats no-ACK penalty: add to actual tx count rather than use a fixed number 2018-05-14 08:30:28 -07:00
link-stats.h
linkaddr.c
linkaddr.h linkaddr: Removed linkaddr_extended_t 2018-05-12 04:00:24 -07:00
nbr-table.c uip-nd6: bugfix on address resolution by Neighbor Discovery protocol 2018-04-01 13:11:47 +02:00
nbr-table.h uip-nd6: bugfix on address resolution by Neighbor Discovery protocol 2018-04-01 13:11:47 +02:00
net-debug.c
net-debug.h
netstack.c
netstack.h Merge branch 'develop' into feature/ipv6_over_ble 2018-03-12 08:52:25 +00:00
packetbuf.c
packetbuf.h packetbuf: Removed attribute KEY_SOURCE_BYTES_0_1 2018-05-12 04:00:14 -07:00
queuebuf.c
queuebuf.h