INET Framework for OMNeT++/OMNEST
inet::DhcpLease Class Reference

Describes a DHCP lease. More...

#include <DhcpLease.h>

Public Attributes

long xid = -1
 
Ipv4Address ip
 
MacAddress mac
 
Ipv4Address gateway
 
Ipv4Address subnetMask
 
Ipv4Address dns
 
Ipv4Address ntp
 
Ipv4Address serverId
 
std::string hostName
 
simtime_t leaseTime
 
simtime_t renewalTime
 
simtime_t rebindTime
 
bool leased = false
 

Detailed Description

Describes a DHCP lease.

Member Data Documentation

◆ dns

◆ gateway

◆ hostName

std::string inet::DhcpLease::hostName

◆ ip

◆ leased

bool inet::DhcpLease::leased = false

◆ leaseTime

◆ mac

◆ ntp

Ipv4Address inet::DhcpLease::ntp

◆ rebindTime

simtime_t inet::DhcpLease::rebindTime

◆ renewalTime

simtime_t inet::DhcpLease::renewalTime

◆ serverId

Ipv4Address inet::DhcpLease::serverId

◆ subnetMask

◆ xid


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