Test Information

TitleFrees the dynamic memory that was allocated by if_nameindex()
CommandLine./tst_if_free_name_index --log=6.html --title=Frees the dynamic memory that was allocated by if_nameindex()
TestVersionREL_1_1_18
Start2023/01/26 16:32:01
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

16:32:01Start

== get all interface names and indexes ==
16:32:01if_nameindex()
16:32:01return an array of if_nameindex
(1, lo)
(2, enc1)
(125, dummy_ipv6)

== frees the dynamic memory that was allocated by if_nameindex() ==
16:32:01if_freenameindex(ptr:0x2fb62c0)

OK
16:32:01End