Searched defs:t_FmMacsecSecYStatistics (Results 1 – 1 of 1) sorted by relevance
629 typedef struct t_FmMacsecSecYStatistics { struct630 t_MIBStatistics mibCtrlStatistics; /**< Controlled port MIB statistics */631 t_MIBStatistics mibNonCtrlStatistics; /**< Uncontrolled port MIB statistics */633 … inPktsUntagged; /**< The number of received packets without the MAC security tag635 …nt64_t inPktsNoTag; /**< The number of received packets discarded without the637 …_t inPktsBadTag; /**< The number of received packets discarded with an invalid639 …_t inPktsUnknownSCI; /**< The number of received packets with unknown SCI with the642 …t inPktsNoSCI; /**< The number of received packets discarded with unknown SCI662 } t_FmMacsecSecYStatistics; argument