OpenSDN source code
|
#include <dhcp_lease_db.h>
Public Member Functions | |
DhcpLease (const MacAddress &m, const Ip4Address &i, uint64_t t, bool r) | |
bool | operator< (const DhcpLease &rhs) const |
Public Attributes | |
MacAddress | mac_ |
Ip4Address | ip_ |
uint64_t | lease_expiry_time_ |
bool | released_ |
Definition at line 37 of file dhcp_lease_db.h.
|
inline |
Definition at line 43 of file dhcp_lease_db.h.
|
inline |
Definition at line 47 of file dhcp_lease_db.h.
|
mutable |
Definition at line 39 of file dhcp_lease_db.h.
|
mutable |
Definition at line 40 of file dhcp_lease_db.h.
MacAddress DhcpLeaseDb::DhcpLease::mac_ |
Definition at line 38 of file dhcp_lease_db.h.
|
mutable |
Definition at line 41 of file dhcp_lease_db.h.