1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Martine Lenders
7f778988c3 tests: provide test for off-by-x error in ipv6_addr 2017-04-25 19:19:27 +02:00
Oleg Hahm
7ee7801c10 *: remove trailing underscores from header guards 2017-01-19 18:30:53 +01:00
Cenk Gündoğan
697e7923e6 ipv6-tests_addr: add test for ipv6_addr_init_iid 2015-10-26 16:55:02 +01:00
Martine Lenders
f595ac32a6 unittests: tests-ipv6_addr: adapt for optional IPv4 address support 2015-09-11 20:03:46 +02:00
Martine Lenders
203561e741 ipv6_addr: remove ng_ prefix 2015-08-11 13:27:07 +02:00
Oleg Hahm
e0f35b78e6 unittests: adapt tests to new IPv6 global check 2015-08-09 20:22:22 +02:00
Oleg Hahm
f9417ba506 tests: unittests for all missing address checks 2015-08-07 08:15:05 +02:00
Joakim Gebart
13832d8e62 everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
Martine Lenders
0670f7daea unittests: make ipv6_addr more sensible to masking errors 2015-04-18 15:40:02 +02:00
Martine Lenders
ccd4b5a2bf unittests: adapt unittests for ipv6_addr_init_prefix() change 2015-04-14 11:17:11 +02:00
23074c7870 unittests: tests-ipv6_addr: test for long embedded ipv4 addresses 2015-04-11 11:21:47 +02:00
Martine Lenders
b63d610451 unittests: add IPv6 string conversion function tests 2015-03-12 21:06:43 +01:00
Martine Lenders
904b363b77 unittests: remove unnecessary MODULE macro definition 2015-03-04 18:07:03 +01:00
Martine Lenders
ff36abb2cf ng_ipv6_addr: initial import
The motivation behind this module is to allow for address handling
functions where they, but not the full IPv6 functionality might be
needed. This new version of the IPv6 address data type utilizes the
byteorder.h header to enforce network byte-order on its members.
2015-02-20 17:40:26 +01:00