OpenSDN source code
AgentInet6UcRtSandesh Class Reference

#include <agent_sandesh.h>

Inheritance diagram for AgentInet6UcRtSandesh:
Collaboration diagram for AgentInet6UcRtSandesh:

Public Member Functions

 AgentInet6UcRtSandesh (VrfEntry *vrf, std::string context, bool stale)
 
 AgentInet6UcRtSandesh (VrfEntry *vrf, std::string context, Ip6Address addr, uint8_t plen, bool stale)
 
- Public Member Functions inherited from AgentSandesh
 AgentSandesh (const std::string &context, const std::string &name)
 
 AgentSandesh (const std::string &context)
 
virtual ~AgentSandesh ()
 
virtual bool Filter (const DBEntryBase *entry)
 
virtual bool FilterToArgs (AgentSandeshArguments *args)
 
std::string context () const
 
void DoSandeshInternal (AgentSandeshPtr sandesh, int start, int count)
 
void MakeSandeshPageReq (PageReqData *req, DBTable *table, int first, int last, int end, int count, int page_size)
 

Private Member Functions

DBTableAgentGetTable ()
 
void Alloc ()
 
bool UpdateResp (DBEntryBase *entry)
 

Private Attributes

VrfEntryvrf_
 
Ip6Address addr_
 
uint8_t plen_
 
bool stale_
 
bool dump_table_
 

Additional Inherited Members

- Static Public Member Functions inherited from AgentSandesh
static void DoSandesh (AgentSandeshPtr sandesh, int start, int count)
 
static void DoSandesh (AgentSandeshPtr sandesh)
 
- Static Public Attributes inherited from AgentSandesh
static const uint8_t entries_per_sandesh = 100
 
static const uint16_t kEntriesPerPage = 100
 
- Protected Attributes inherited from AgentSandesh
std::string name_
 
SandeshResponseresp_
 

Detailed Description

Definition at line 393 of file agent_sandesh.h.

Constructor & Destructor Documentation

◆ AgentInet6UcRtSandesh() [1/2]

AgentInet6UcRtSandesh::AgentInet6UcRtSandesh ( VrfEntry vrf,
std::string  context,
bool  stale 
)
inline

Definition at line 395 of file agent_sandesh.h.

◆ AgentInet6UcRtSandesh() [2/2]

AgentInet6UcRtSandesh::AgentInet6UcRtSandesh ( VrfEntry vrf,
std::string  context,
Ip6Address  addr,
uint8_t  plen,
bool  stale 
)
inline

Definition at line 399 of file agent_sandesh.h.

Member Function Documentation

◆ AgentGetTable()

DBTable * AgentInet6UcRtSandesh::AgentGetTable ( )
privatevirtual

Implements AgentSandesh.

Definition at line 448 of file agent_sandesh.cc.

Here is the call graph for this function:

◆ Alloc()

void AgentInet6UcRtSandesh::Alloc ( )
privatevirtual

Implements AgentSandesh.

Definition at line 452 of file agent_sandesh.cc.

◆ UpdateResp()

bool AgentInet6UcRtSandesh::UpdateResp ( DBEntryBase entry)
privatevirtual

Reimplemented from AgentSandesh.

Definition at line 456 of file agent_sandesh.cc.

Here is the call graph for this function:

Member Data Documentation

◆ addr_

Ip6Address AgentInet6UcRtSandesh::addr_
private

Definition at line 412 of file agent_sandesh.h.

◆ dump_table_

bool AgentInet6UcRtSandesh::dump_table_
private

Definition at line 415 of file agent_sandesh.h.

◆ plen_

uint8_t AgentInet6UcRtSandesh::plen_
private

Definition at line 413 of file agent_sandesh.h.

◆ stale_

bool AgentInet6UcRtSandesh::stale_
private

Definition at line 414 of file agent_sandesh.h.

◆ vrf_

VrfEntry* AgentInet6UcRtSandesh::vrf_
private

Definition at line 411 of file agent_sandesh.h.


The documentation for this class was generated from the following files: