OpenSDN source code
|
#include <vm_interface.h>
Public Member Functions | |
VmiReceiveRouteList () | |
~VmiReceiveRouteList () | |
void | Insert (const VmiReceiveRoute *rhs) |
void | Update (const VmiReceiveRoute *lhs, const VmiReceiveRoute *rhs) |
void | Remove (VmiReceiveRouteSet::iterator &it) |
bool | UpdateList (const Agent *agent, VmInterface *vmi, VmInterfaceState::Op l2_force_op, VmInterfaceState::Op l3_force_op) |
Public Attributes | |
VmiReceiveRouteSet | list_ |
Definition at line 1205 of file vm_interface.h.
|
inline |
Definition at line 1206 of file vm_interface.h.
|
inline |
Definition at line 1207 of file vm_interface.h.
void VmInterface::VmiReceiveRouteList::Insert | ( | const VmiReceiveRoute * | rhs | ) |
Definition at line 3248 of file vm_interface.cc.
void VmInterface::VmiReceiveRouteList::Remove | ( | VmiReceiveRouteSet::iterator & | it | ) |
Definition at line 3257 of file vm_interface.cc.
void VmInterface::VmiReceiveRouteList::Update | ( | const VmiReceiveRoute * | lhs, |
const VmiReceiveRoute * | rhs | ||
) |
bool VmInterface::VmiReceiveRouteList::UpdateList | ( | const Agent * | agent, |
VmInterface * | vmi, | ||
VmInterfaceState::Op | l2_force_op, | ||
VmInterfaceState::Op | l3_force_op | ||
) |
VmiReceiveRouteSet VmInterface::VmiReceiveRouteList::list_ |
Definition at line 1215 of file vm_interface.h.