Title | Use IN6_IS_ADDR_UNSPECIFIED to test for special IPv6 addresses |
CommandLine | ./tst_is_addr_unspecified --log=10.html --title=Use IN6_IS_ADDR_UNSPECIFIED to test for special IPv6 addresses |
TestVersion | REL_1_1_18 |
Start | 2023/02/03 01:00:38 |
SystemName | (null) |
KernelVersion | (null) |
01:00:38 | Start |
== IPv6 unspecified address == | |
01:00:38 | IN6_IS_ADDR_UNSPECIFIED(0000:0000:0000:0000:0000:0000:0000:0000) |
01:00:38 | return 1 |
== IPv6 loopback address (::1) == | |
01:00:38 | IN6_IS_ADDR_UNSPECIFIED(0000:0000:0000:0000:0000:0000:0000:0001) |
01:00:38 | return 0 |
OK | |
01:00:38 | End |