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/17 08:40:11
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

08:40:11Start

== get all interface names and indexes ==
08:40:12if_nameindex()
08:40:12return an array of if_nameindex
(1, lo)
(2, ens3)
(106, dummy_ipv6)

== frees the dynamic memory that was allocated by if_nameindex() ==
08:40:12if_freenameindex(ptr:0x8d12d0)

OK
08:40:12End