|
OpenSDN source code
|
#include <ndp_entry.h>

Public Member Functions | |
| NdpKey (Ip6Address addr, const VrfEntry *ventry) | |
| NdpKey (const NdpKey &key) | |
| bool | operator< (const NdpKey &rhs) const |
Public Attributes | |
| Ip6Address | ip |
| const VrfEntry * | vrf |
Definition at line 21 of file ndp_entry.h.
|
inline |
Definition at line 22 of file ndp_entry.h.
|
inline |
Definition at line 23 of file ndp_entry.h.
|
inline |
Definition at line 24 of file ndp_entry.h.
| 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.