OpenSDN source code
|
#include <services_sandesh.h>
Public Member Functions | |
ArpSandesh (SandeshResponse *resp) | |
bool | SetArpEntry (const ArpKey &key, const ArpEntry *entry) |
void | Response () |
void | SetInterfaceArpStatsEntry (ArpProto::InterfaceArpMap::const_iterator &it, std::vector< InterfaceArpStats > &list) |
Static Public Attributes | |
static const uint8_t | entries_per_sandesh = 100 |
Private Member Functions | |
DISALLOW_COPY_AND_ASSIGN (ArpSandesh) | |
Private Attributes | |
int | iter_ |
SandeshResponse * | resp_ |
Definition at line 75 of file services_sandesh.h.
|
inline |
Definition at line 78 of file services_sandesh.h.
|
private |
|
inline |
void ArpSandesh::SetInterfaceArpStatsEntry | ( | ArpProto::InterfaceArpMap::const_iterator & | it, |
std::vector< InterfaceArpStats > & | list | ||
) |
Definition at line 1363 of file services_sandesh.cc.
|
static |
Definition at line 77 of file services_sandesh.h.
|
private |
Definition at line 86 of file services_sandesh.h.
|
private |
Definition at line 87 of file services_sandesh.h.