iPXE
|
IP statistics. More...
#include <ipxe/tables.h>
Go to the source code of this file.
Data Structures | |
struct | ip_statistics |
IP system statistics. More... | |
struct | ip_statistics_family |
An IP system statistics family. More... | |
Macros | |
#define | IP_STATISTICS_FAMILIES __table ( struct ip_statistics_family, "ip_statistics_families" ) |
IP system statistics family table. More... | |
#define | __ip_statistics_family(order) __table_entry ( IP_STATISTICS_FAMILIES, order ) |
Declare an IP system statistics family. More... | |
#define | IP_STATISTICS_IPV4 01 |
#define | IP_STATISTICS_IPV6 02 |
Functions | |
FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
IP statistics.
Definition in file ipstat.h.
#define IP_STATISTICS_FAMILIES __table ( struct ip_statistics_family, "ip_statistics_families" ) |
#define __ip_statistics_family | ( | order | ) | __table_entry ( IP_STATISTICS_FAMILIES, order ) |
FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |