Test Information

TitleUse IN6_IS_ADDR_MC_ORGLOCAL to test for special IPv6 addresses
CommandLine./tst_is_addr_mc_orglocal --log=20.html --title=Use IN6_IS_ADDR_MC_ORGLOCAL to test for special IPv6 addresses
TestVersionREL_1_1_18
Start2023/01/17 08:40:45
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

08:40:45Start

== IPv6 multicast organization local address (FF08::101) ==
08:40:45inet_pton(af:AF_INET6, src:"FF08::101", dst:0x7ffdd3e19800)
08:40:45return 1, dst=ff08:0000:0000:0000:0000:0000:0000:0101
08:40:45IN6_IS_ADDR_MC_ORGLOCAL(ff08:0000:0000:0000:0000:0000:0000:0101)
08:40:45return 1

== IPv6 multicast link local address (FF01::101) ==
08:40:45inet_pton(af:AF_INET6, src:"FF02::101", dst:0x7ffdd3e19800)
08:40:45return 1, dst=ff02:0000:0000:0000:0000:0000:0000:0101
08:40:45IN6_IS_ADDR_MC_ORGLOCAL(ff02:0000:0000:0000:0000:0000:0000:0101)
08:40:45return 0

== IPv6 multicast node local address (FF01::101) ==
08:40:45inet_pton(af:AF_INET6, src:"FF01::101", dst:0x7ffdd3e19800)
08:40:45return 1, dst=ff01:0000:0000:0000:0000:0000:0000:0101
08:40:45IN6_IS_ADDR_MC_ORGLOCAL(ff01:0000:0000:0000:0000:0000:0000:0101)
08:40:45return 0

== IPv6 multicast site local address (FF01::101) ==
08:40:45inet_pton(af:AF_INET6, src:"FF05::101", dst:0x7ffdd3e19800)
08:40:45return 1, dst=ff05:0000:0000:0000:0000:0000:0000:0101
08:40:45IN6_IS_ADDR_MC_ORGLOCAL(ff05:0000:0000:0000:0000:0000:0000:0101)
08:40:45return 0

== IPv6 multicast global address (FF0E::101) ==
08:40:45inet_pton(af:AF_INET6, src:"FF0E::101", dst:0x7ffdd3e19800)
08:40:45return 1, dst=ff0e:0000:0000:0000:0000:0000:0000:0101
08:40:45IN6_IS_ADDR_MC_ORGLOCAL(ff0e:0000:0000:0000:0000:0000:0000:0101)
08:40:45return 0

OK
08:40:46End