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

#include <interface.h>

Public Member Functions

 DhcpSnoopEntry ()
 
 DhcpSnoopEntry (const Ip4Address &addr, bool config_entry)
 
 ~DhcpSnoopEntry ()
 

Public Attributes

Ip4Address addr_
 
bool config_entry_
 

Detailed Description

Definition at line 303 of file interface.h.

Constructor & Destructor Documentation

InterfaceTable::DhcpSnoopEntry::DhcpSnoopEntry ( )
inline

Definition at line 304 of file interface.h.

InterfaceTable::DhcpSnoopEntry::DhcpSnoopEntry ( const Ip4Address addr,
bool  config_entry 
)
inline

Definition at line 305 of file interface.h.

InterfaceTable::DhcpSnoopEntry::~DhcpSnoopEntry ( )
inline

Definition at line 307 of file interface.h.

Member Data Documentation

Ip4Address InterfaceTable::DhcpSnoopEntry::addr_

Definition at line 308 of file interface.h.

bool InterfaceTable::DhcpSnoopEntry::config_entry_

Definition at line 309 of file interface.h.


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