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/02/03 01:00:10
SystemName(null)
KernelVersion(null)

Test Sequence Execution Log

01:00:10Start

== get all interface names and indexes ==
01:00:10if_nameindex()
01:00:10return an array of if_nameindex
(1, lo)
(2, enc1)
(3, dummy_ipv6)

== frees the dynamic memory that was allocated by if_nameindex() ==
01:00:10if_freenameindex(ptr:0x11832c0)

OK
01:00:11End