OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
ArpInterfaceState Class Reference

#include <arp_proto.h>

Inheritance diagram for ArpInterfaceState:
Collaboration diagram for ArpInterfaceState:

Public Member Functions

 ArpInterfaceState (Interface *intf)
 
 ~ArpInterfaceState ()
 
void SetVrf (VrfEntry *vrf, VrfEntry *fabric_vrf)
 
- Public Member Functions inherited from DBState
virtual ~DBState ()
 

Private Member Functions

void WalkDone (DBTableBase *part)
 
bool WalkNotify (DBTablePartBase *partition, DBEntryBase *entry)
 

Private Attributes

InterfaceRef intf_
 
VrfEntryRef vrf_
 
VrfEntryRef fabric_vrf_
 
DBTable::DBTableWalkRef walk_ref_
 

Detailed Description

Definition at line 408 of file arp_proto.h.

Constructor & Destructor Documentation

ArpInterfaceState::ArpInterfaceState ( Interface intf)

Definition at line 977 of file arp_proto.cc.

ArpInterfaceState::~ArpInterfaceState ( )

Definition at line 981 of file arp_proto.cc.

Member Function Documentation

void ArpInterfaceState::SetVrf ( VrfEntry vrf,
VrfEntry fabric_vrf 
)

Definition at line 987 of file arp_proto.cc.

Here is the call graph for this function:

void ArpInterfaceState::WalkDone ( DBTableBase part)
private

Definition at line 1019 of file arp_proto.cc.

bool ArpInterfaceState::WalkNotify ( DBTablePartBase partition,
DBEntryBase entry 
)
private

Definition at line 1022 of file arp_proto.cc.

Here is the call graph for this function:

Member Data Documentation

VrfEntryRef ArpInterfaceState::fabric_vrf_
private

Definition at line 420 of file arp_proto.h.

InterfaceRef ArpInterfaceState::intf_
private

Definition at line 418 of file arp_proto.h.

VrfEntryRef ArpInterfaceState::vrf_
private

Definition at line 419 of file arp_proto.h.

DBTable::DBTableWalkRef ArpInterfaceState::walk_ref_
private

Definition at line 421 of file arp_proto.h.


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