Simon Duquennoy
8456c544d8
Simplify uip.h definitions
2018-10-18 20:26:12 +02:00
Simon Duquennoy
aaf06754ea
uipbuf_set_len_field
2018-10-18 15:50:54 +02:00
Simon Duquennoy
d4bc09e002
Move function for clearing uip_buf to uipbuf module
2018-10-18 15:50:54 +02:00
Simon Duquennoy
b4d45d7f56
Removed comment that was no longer necessary
2018-10-18 15:50:54 +02:00
Simon Duquennoy
22f4a19994
Clean up usage of uip_ext_len
2018-10-18 15:50:34 +02:00
Simon Duquennoy
bbb641a450
Rework uip-nd6 buffer access
2018-10-17 17:24:53 +02:00
Simon Duquennoy
59852d33f2
Use global uip.h buffer definitions in a number of other modules
2018-10-17 16:20:34 +02:00
Simon Duquennoy
1bd9ac781b
Define ICMP, UDP, and TCP buffer pointers globally in uip.h
2018-10-17 11:18:32 +02:00
Simon Duquennoy
caa02ae51e
Define UIP_IP_BUF globally in uip.h
2018-10-17 11:18:32 +02:00
Rehan MALAK
cc7c2312ec
missing header inttypes.h
2018-09-21 10:15:43 +02:00
Rehan MALAK
dc46ae2033
better clarity of memcmp test
2018-05-18 00:57:26 +02:00
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
Yasuyuki Tanaka
601e14ebc7
uip-nd6: bugfix on address resolution by Neighbor Discovery protocol
...
nbr_table_update_lladdr() fails to update the lladdr of a nbr with a
new one when the new lladdr is used in nbr_table. This causes
communication errors when NS/NA is employed.
uip_ds6_nbr_update_ll() is introduced to resolve this issue. And
nbr_table_update_lladdr() is removed since it's not used any more.
2018-04-01 13:11:47 +02:00
Simon Duquennoy
9596a4285e
Use PRI macros for safe printf and logs
2018-02-23 10:58:45 -08:00
Simon Duquennoy
836249a8c8
Merge branch 'develop' into fix-ra-rdnss
2017-12-20 12:42:34 +01:00
Laurent Deru
425b463df8
Fix logic of RA flags related to RDNSS
2017-12-20 10:23:16 +01:00
Laurent Deru
4b43e4971b
Fix compilation error when not in Router mode
2017-12-20 10:14:11 +01:00
Simon Duquennoy
14779f29f8
Rework Doxygen modules
2017-09-29 22:18:48 +02:00
Simon Duquennoy
543408db68
Re-organzie ip stack implementation
2017-09-22 17:09:54 +02:00
Niclas Finne
2c86194ef8
Renamed core to os
2017-09-01 15:29:00 +02:00