Test Program Version : | REL_1_1_18 |
Start: | 2023/01/17 08:40:10 |
End : | 2023/01/17 08:40:12 |
No. | Title | Result | Log | Script |
---|---|---|---|---|
Name-to-Index | ||||
1 | Maps an interface name into its corresponding index | PASS | X | X |
2 | Return zero if the ifname is not a name of an interface | PASS | X | X |
Index-to-Name | ||||
3 | Maps an interface index into its corresponding name | PASS | X | X |
4 | Return a NULL pointer if ifindex is not an interface index | PASS | X | X |
Return All Interface Names and Indexes | ||||
5 | Return all interface names and indexes | PASS | X | X |
Free Memory | ||||
6 | Frees the dynamic memory that was allocated by if_nameindex() | PASS | X | X |