#include <libmac.h>
Data Fields | |
| mac_ifinfo_list * | mac_list |
| Linked list containing structures, as members, for existing interfaces. | |
| float | lib_version |
| Floating point variable that stores version information. | |
Memory is allocated for this struct, inside the function mac_get_ifinfo(). Initialization values are:
When an interface is detected, memory for the corresponding member of the linked list is allocated dynamically.
1.3.8