OpenSDN source code
|
#include <agent_profile.h>
Public Member Functions | |
void | Get () |
void | Reset () |
Public Attributes | |
uint64_t | arp_count_ |
uint64_t | dhcp_count_ |
uint64_t | dns_count_ |
uint64_t | icmp_count_ |
Definition at line 76 of file agent_profile.h.
void ProfileData::PktStats::Get | ( | ) |
void ProfileData::PktStats::Reset | ( | ) |
Definition at line 172 of file agent_profile.cc.
uint64_t ProfileData::PktStats::arp_count_ |
Definition at line 77 of file agent_profile.h.
uint64_t ProfileData::PktStats::dhcp_count_ |
Definition at line 78 of file agent_profile.h.
uint64_t ProfileData::PktStats::dns_count_ |
Definition at line 79 of file agent_profile.h.
uint64_t ProfileData::PktStats::icmp_count_ |
Definition at line 80 of file agent_profile.h.