iPXE
Data Structures | Macros | Functions
ipstat.h File Reference

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)
 

Detailed Description

IP statistics.

Definition in file ipstat.h.

Macro Definition Documentation

◆ IP_STATISTICS_FAMILIES

#define IP_STATISTICS_FAMILIES   __table ( struct ip_statistics_family, "ip_statistics_families" )

IP system statistics family table.

Definition at line 177 of file ipstat.h.

◆ __ip_statistics_family

#define __ip_statistics_family (   order)    __table_entry ( IP_STATISTICS_FAMILIES, order )

Declare an IP system statistics family.

Definition at line 181 of file ipstat.h.

◆ IP_STATISTICS_IPV4

#define IP_STATISTICS_IPV4   01

Definition at line 184 of file ipstat.h.

◆ IP_STATISTICS_IPV6

#define IP_STATISTICS_IPV6   02

Definition at line 185 of file ipstat.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL  )