blob: b497ad171a24ea66afc86c3b98f0414b4db71e87 [file] [log] [blame]
Pau Espin Pedrol9c0f4f42017-12-04 12:52:23 +01001Testing in46a_to_af() with IPv4 addresses
2Testing in46a_to_sas() with IPv4 addresses
3Testing in46a_ntop() with IPv4 addresses
Harald Weltedb924d32017-10-12 20:01:54 +08004res = UNDEFINED
5res = UNDEFINED
6res = 1.2.3.4
Harald Weltedb924d32017-10-12 20:01:54 +08007in46p_ntoa() returns 16.32.48.0/24
Pau Espin Pedrol9c0f4f42017-12-04 12:52:23 +01008Testing in46a_equal() with IPv4 addresses
9Testing in46a_within_mask() with IPv4 addresses
Harald Weltedb924d32017-10-12 20:01:54 +080010in46a_within_mask(10.11.12.13, 10.11.12.13, 32) = 1
11in46a_within_mask(10.11.12.13, 10.11.12.12, 30) = 1
12in46a_within_mask(10.11.12.13, 10.8.0.0, 13) = 1
13in46a_within_mask(10.11.12.14, 10.11.12.13, 32) = 0
14in46a_within_mask(10.11.12.14, 10.11.12.12, 30) = 1
Pau Espin Pedrol9c0f4f42017-12-04 12:52:23 +010015testing in46a_to_eua() with IPv4 addresses
16Testing in46a_from_eua() with IPv4 addresses
Pau Espin Pedrol2e7b9ff2017-10-16 14:27:32 +020017Testing in46a_netmasklen() with IPv4 addresses