blob: 9a0ff7a36f21fa6a84d73752345fa3b6a12617fc [file] [log] [blame]
Harald Weltedb924d32017-10-12 20:01:54 +08001Testing in46a_to_af()
2Testing in46a_to_sas()
3Testing in46a_ntop()
4res = UNDEFINED
5res = UNDEFINED
6res = 1.2.3.4
7res = 102:304:506:708:90a:b0c:d0e:f10
8in46p_ntoa() returns 16.32.48.0/24
9Testing in46a_equal()
10Testing in46a_within_mask()
11in46a_within_mask(10.11.12.13, 10.11.12.13, 32) = 1
12in46a_within_mask(10.11.12.13, 10.11.12.12, 30) = 1
13in46a_within_mask(10.11.12.13, 10.8.0.0, 13) = 1
14in46a_within_mask(10.11.12.14, 10.11.12.13, 32) = 0
15in46a_within_mask(10.11.12.14, 10.11.12.12, 30) = 1
16testing in46a_to_eua()
17Testing in46a_from_eua()
Pau Espin Pedrol2e7b9ff2017-10-16 14:27:32 +020018Testing in46a_netmasklen() with IPv4 addresses
19Testing in46a_netmasklen() with IPv6 addresses