Home
last modified time | relevance | path

Searched refs:LEASETIME_DEFAULT (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/interfaces/inner_api/include/
H A Ddhcp_define.h35 const int LEASETIME_DEFAULT = 6; member
226 leaseHours = LEASETIME_DEFAULT; in DhcpRange()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h45 #define LEASETIME_DEFAULT 1 macro
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_service_impl.cpp803 std::string strData = "leaseTime=" + std::to_string(LEASETIME_DEFAULT * ONE_HOURS_SEC) + "\n"; in CreateDefaultConfigFile()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1297 m_leaseTime = LEASETIME_DEFAULT * ONE_HOURS_SEC; in ParseDhcpAckPacket()
1361 uint32_t leaseTime = LEASETIME_DEFAULT * ONE_HOURS_SEC; in GetDhcpOffer()

Completed in 11 milliseconds