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/01/26 16:32:29 |
SystemName | (null) |
KernelVersion | (null) |
16:32:29 | Start |
== IPv6 unspecified address == | |
16:32:29 | IN6_IS_ADDR_UNSPECIFIED(0000:0000:0000:0000:0000:0000:0000:0000) |
16:32:29 | return 1 |
== IPv6 loopback address (::1) == | |
16:32:29 | IN6_IS_ADDR_UNSPECIFIED(0000:0000:0000:0000:0000:0000:0000:0001) |
16:32:29 | return 0 |
OK | |
16:32:29 | End |