RDK Documentation (Open Sourced RDK Components)

Description

Describe the details about structure used in TR069 Device ethernet interface.

Data Structures

struct  Device_Ethernet_Interface_Stats
 
struct  EthernetInterfaceStats
 It contains the members variables of the EthernetInterfaceStats structure. More...
 

Typedefs

typedef struct Device_Ethernet_Interface_Stats EthernetInterfaceStats
 

Enumerations

enum  EEthInterfaceStatsMembers
 These values are the members of the EEthInterfaceStatsMembers enum.
 

Data Structure Documentation

◆ Device_Ethernet_Interface_Stats

struct Device_Ethernet_Interface_Stats

Definition at line 106 of file Device_Ethernet_Interface_Stats.h.

Collaboration diagram for Device_Ethernet_Interface_Stats:
Collaboration graph
Data Fields
unsigned long bytesSent
unsigned long bytesReceived
unsigned long packetsSent
unsigned long packetsReceived
unsigned int errorsSent
unsigned int errorsReceived
unsigned long unicastPacketsSent
unsigned long unicastPacketsReceived
unsigned int discardPacketsSent
unsigned int discardPacketsReceived
unsigned long multicastPacketsSent
unsigned long multicastPacketsReceived
unsigned long broadcastPacketsSent
unsigned long broadcastPacketsReceived
unsigned int unknownProtoPacketsReceived

◆ EthernetInterfaceStats

struct EthernetInterfaceStats

It contains the members variables of the EthernetInterfaceStats structure.

Collaboration diagram for EthernetInterfaceStats:
Collaboration graph