OpenSDN source code
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::ArpInterfaceState ( Interface intf)

Definition at line 977 of file arp_proto.cc.

◆ ~ArpInterfaceState()

ArpInterfaceState::~ArpInterfaceState ( )

Definition at line 981 of file arp_proto.cc.

Member Function Documentation

◆ SetVrf()

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:

◆ WalkDone()

void ArpInterfaceState::WalkDone ( DBTableBase part)
private

Definition at line 1019 of file arp_proto.cc.

◆ WalkNotify()

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

◆ fabric_vrf_

VrfEntryRef ArpInterfaceState::fabric_vrf_
private

Definition at line 420 of file arp_proto.h.

◆ intf_

InterfaceRef ArpInterfaceState::intf_
private

Definition at line 418 of file arp_proto.h.

◆ vrf_

VrfEntryRef ArpInterfaceState::vrf_
private

Definition at line 419 of file arp_proto.h.

◆ walk_ref_

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: