Main Page | Data Structures | File List | Data Fields | Globals

mac_ifinfo Struct Reference

Structure, containing a linked list and a version number field, as members. More...

#include <libmac.h>


Data Fields

mac_ifinfo_listmac_list
 Linked list containing structures, as members, for existing interfaces.
float lib_version
 Floating point variable that stores version information.


Detailed Description

The members of this structure contain information
  1. about the version number of this library and
  2. about all interfaces present.

Memory is allocated for this struct, inside the function mac_get_ifinfo(). Initialization values are:

  1. for the version number field, the current version number of this library and
  2. for the pointer to the linked list, NULL.

When an interface is detected, memory for the corresponding member of the linked list is allocated dynamically.


Generated on Tue Aug 24 17:01:41 2004 for libmac by doxygen 1.3.8