OpenSDN source code
|
#include <oper_dhcp_options.h>
Public Member Functions | |
HostRoute () | |
bool | operator< (const HostRoute &rhs) const |
bool | operator== (const HostRoute &rhs) const |
std::string | ToString () const |
Public Attributes | |
Ip4Address | prefix_ |
uint32_t | plen_ |
Ip4Address | gw_ |
Definition at line 21 of file oper_dhcp_options.h.
|
inline |
Definition at line 26 of file oper_dhcp_options.h.
|
inline |
Definition at line 27 of file oper_dhcp_options.h.
|
inline |
Definition at line 34 of file oper_dhcp_options.h.
|
inline |
Definition at line 38 of file oper_dhcp_options.h.
Ip4Address OperDhcpOptions::HostRoute::gw_ |
Definition at line 24 of file oper_dhcp_options.h.
uint32_t OperDhcpOptions::HostRoute::plen_ |
Definition at line 23 of file oper_dhcp_options.h.
Ip4Address OperDhcpOptions::HostRoute::prefix_ |
Definition at line 22 of file oper_dhcp_options.h.