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

#include <ndp_entry.h>

Collaboration diagram for NdpKey:

Public Member Functions

 NdpKey (Ip6Address addr, const VrfEntry *ventry)
 
 NdpKey (const NdpKey &key)
 
bool operator< (const NdpKey &rhs) const
 

Public Attributes

Ip6Address ip
 
const VrfEntryvrf
 

Detailed Description

Definition at line 21 of file ndp_entry.h.

Constructor & Destructor Documentation

NdpKey::NdpKey ( Ip6Address  addr,
const VrfEntry ventry 
)
inline

Definition at line 22 of file ndp_entry.h.

NdpKey::NdpKey ( const NdpKey key)
inline

Definition at line 23 of file ndp_entry.h.

Member Function Documentation

bool NdpKey::operator< ( const NdpKey rhs) const
inline

Definition at line 24 of file ndp_entry.h.

Member Data Documentation

Ip6Address NdpKey::ip

Definition at line 30 of file ndp_entry.h.

const VrfEntry* NdpKey::vrf

Definition at line 31 of file ndp_entry.h.


The documentation for this struct was generated from the following file: