Home
last modified time | relevance | path

Searched refs:GetRenew (Results 1 – 3 of 3) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet-apps/model/
H A Ddhcp-header.h267 uint32_t GetRenew (void) const;
H A Ddhcp-header.cc227 uint32_t DhcpHeader::GetRenew (void) const in GetRenew() function in ns3::DhcpHeader
H A Ddhcp-client.cc379 m_renew = Time (Seconds (header.GetRenew ())); in Select()