Home
last modified time | relevance | path

Searched refs:renewalTime (Results 1 - 6 of 6) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_config.h35 uint32_t renewalTime; /* Renewal time value. */ member
H A Ddhcp_address_pool.h45 uint32_t renewalTime; member
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_config.cpp69 } else if (strcmp(pKey, "renewalTime") == 0) { in SetTimeConfigInfo()
70 dhcpConfig->renewalTime = uValue; in SetTimeConfigInfo()
205 } else if ((strcmp(pTok, "leaseTime") == 0) || (strcmp(pTok, "renewalTime") == 0) || in SetDhcpConfig()
277 if (config->renewalTime == 0) { in CheckDhcpConfig()
278 config->renewalTime = config->leaseTime * DHCP_RENEWAL_MULTIPLE; in CheckDhcpConfig()
H A Ddhcp_dhcpd.cpp217 config->renewalTime = static_cast<uint32_t>(OHOS::DHCP::CheckDataLegal(strValue)); in InitRenewalTime()
222 config->renewalTime = DHCP_RENEWAL_TIME; in InitRenewalTime()
H A Ddhcp_s_server.cpp781 if (srvIns->addressPool.renewalTime) { in AppendReplyTimeOptions()
782 t1Time = HostToNetwork(srvIns->addressPool.renewalTime); in AppendReplyTimeOptions()
1884 srvIns->addressPool.renewalTime = config->renewalTime; in InitServerContext()
/foundation/communication/dhcp/test/fuzztest/dhcpaddresspool_fuzzer/
H A Ddhcpaddresspool_fuzzer.cpp48 pool.renewalTime = static_cast<uint32_t>(data[0]); in DhcpAddressPoolFuzzTest()

Completed in 7 milliseconds