Test Information

TitleUse IN6_IS_ADDR_MC_NODELOCAL to test for special IPv6 addresses
CommandLine./tst_is_addr_mc_nodelocal --log=17.html --title=Use IN6_IS_ADDR_MC_NODELOCAL to test for special IPv6 addresses
TestVersionREL_1_1_18
Start2023/01/26 16:32:32
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

16:32:32Start

== IPv6 multicast node local address (FF01::101) ==
16:32:33inet_pton(af:AF_INET6, src:"FF01::101", dst:0x3ffda478e84)
16:32:33return 1, dst=ff01:0000:0000:0000:0000:0000:0000:0101
16:32:33IN6_IS_ADDR_MC_NODELOCAL(ff01:0000:0000:0000:0000:0000:0000:0101)
16:32:33return 1

== IPv6 multicast link local address (FF01::101) ==
16:32:33inet_pton(af:AF_INET6, src:"FF02::101", dst:0x3ffda478e84)
16:32:33return 1, dst=ff02:0000:0000:0000:0000:0000:0000:0101
16:32:33IN6_IS_ADDR_MC_NODELOCAL(ff02:0000:0000:0000:0000:0000:0000:0101)
16:32:33return 0

== IPv6 multicast site local address (FF01::101) ==
16:32:33inet_pton(af:AF_INET6, src:"FF05::101", dst:0x3ffda478e84)
16:32:33return 1, dst=ff05:0000:0000:0000:0000:0000:0000:0101
16:32:33IN6_IS_ADDR_MC_NODELOCAL(ff05:0000:0000:0000:0000:0000:0000:0101)
16:32:33return 0

== IPv6 multicast organization local address (FF08::101) ==
16:32:33inet_pton(af:AF_INET6, src:"FF08::101", dst:0x3ffda478e84)
16:32:33return 1, dst=ff08:0000:0000:0000:0000:0000:0000:0101
16:32:33IN6_IS_ADDR_MC_NODELOCAL(ff08:0000:0000:0000:0000:0000:0000:0101)
16:32:33return 0

== IPv6 multicast global address (FF0E::101) ==
16:32:33inet_pton(af:AF_INET6, src:"FF0E::101", dst:0x3ffda478e84)
16:32:33return 1, dst=ff0e:0000:0000:0000:0000:0000:0000:0101
16:32:33IN6_IS_ADDR_MC_NODELOCAL(ff0e:0000:0000:0000:0000:0000:0000:0101)
16:32:33return 0

OK
16:32:33End