Title | Use IN6_IS_ADDR_LOOPBACK to test for special IPv6 addresses |
CommandLine | ./tst_is_addr_loopback --log=11.html --title=Use IN6_IS_ADDR_LOOPBACK 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 loopback address (::1) == | |
16:32:30 | IN6_IS_ADDR_LOOPBACK(0000:0000:0000:0000:0000:0000:0000:0001) |
16:32:30 | return 1 |
== IPv6 unspecified address == | |
16:32:30 | IN6_IS_ADDR_LOOPBACK(0000:0000:0000:0000:0000:0000:0000:0000) |
16:32:30 | return 0 |
OK | |
16:32:30 | End |