OpenSDN source code
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

◆ DhcpSnoopEntry() [1/2]

InterfaceTable::DhcpSnoopEntry::DhcpSnoopEntry ( )
inline

Definition at line 304 of file interface.h.

◆ DhcpSnoopEntry() [2/2]

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

Definition at line 305 of file interface.h.

◆ ~DhcpSnoopEntry()

InterfaceTable::DhcpSnoopEntry::~DhcpSnoopEntry ( )
inline

Definition at line 307 of file interface.h.

Member Data Documentation

◆ addr_

Ip4Address InterfaceTable::DhcpSnoopEntry::addr_

Definition at line 308 of file interface.h.

◆ config_entry_

bool InterfaceTable::DhcpSnoopEntry::config_entry_

Definition at line 309 of file interface.h.


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