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

#include <arp_entry.h>

Collaboration diagram for ArpKey:

Public Member Functions

 ArpKey (in_addr_t addr, const VrfEntry *ventry)
 
 ArpKey (const ArpKey &key)
 
bool operator< (const ArpKey &rhs) const
 

Public Attributes

in_addr_t ip
 
const VrfEntryvrf
 

Detailed Description

Definition at line 8 of file arp_entry.h.

Constructor & Destructor Documentation

ArpKey::ArpKey ( in_addr_t  addr,
const VrfEntry ventry 
)
inline

Definition at line 9 of file arp_entry.h.

ArpKey::ArpKey ( const ArpKey key)
inline

Definition at line 10 of file arp_entry.h.

Member Function Documentation

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

Definition at line 11 of file arp_entry.h.

Member Data Documentation

in_addr_t ArpKey::ip

Definition at line 17 of file arp_entry.h.

const VrfEntry* ArpKey::vrf

Definition at line 18 of file arp_entry.h.


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