|
RDK Documentation (Open Sourced RDK Components)
|
Go to the documentation of this file.
52 #ifndef HOSTIF_MOCA_INTERFACE_STATS_H_
53 #define HOSTIF_MOCA_INTERFACE_STATS_H_
56 #include "hostIf_tr69ReqHandler.h"
57 #include "hostIf_utils.h"
113 unsigned long m_ulBytesSent;
114 unsigned long m_ulBytesReceived;
115 unsigned long m_ulPacketsSent;
116 unsigned long m_ulPacketsReceived;
117 unsigned int m_ulErrorsSent;
118 unsigned int m_ulErrorsReceived;
119 unsigned long m_ulUnicastPacketsSent;
120 unsigned long m_ulUnicastPacketsReceived;
121 unsigned int m_ulDiscardPacketsSent;
122 unsigned int m_ulDiscardPacketsReceived;
123 unsigned long m_ulMulticastPacketsSent;
124 unsigned long m_ulMulticastPacketsReceived;
125 unsigned long m_ulBroadcastPacketsSent;
126 unsigned long m_ulBroadcastPacketsReceived;
127 unsigned int m_ui32UnknownProtoPacketsReceived;
int get_ErrorsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of inbound packets that contained errors preventing them from being delivered to...
int get_DiscardPacketsSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of outbound packets which were chosen to be discarded even though no errors had ...
int get_BytesReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of bytes received on the MoCA interface, including framing characters.
int get_PacketsSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of packets transmitted out of the MoCA interface.
int get_UnknownProtoPacketsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of packets received via the MoCA interface which were discarded because of an un...
int get_UnicastPacketsSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of packets requested for transmission which were not addressed to a multicast or...
int get_BytesSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of bytes transmitted out of the MoCA interface, including framing characters.
int get_BroadcastPacketsSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of packets that higher-level protocols requested for transmission and which were...
int get_PacketsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of packets received on the MoCA interface.
int get_UnicastPacketsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of received packets, delivered by this layer to a higher layer,...
int get_ErrorsSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of outbound packets that could not be transmitted because of errors.
int get_BroadcastPacketsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of received packets, delivered by this layer to a higher layer,...
int get_MulticastPacketsSent(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of packets that higher-level protocols requested for transmission and which were...
int get_DiscardPacketsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of inbound packets which were chosen to be discarded even though no errors had b...
int get_MulticastPacketsReceived(HOSTIF_MsgData_t *stMsgData, bool *pChanged=NULL)
Get the total number of received packets, delivered by this layer to a higher layer,...