Home
last modified time | relevance | path

Searched refs:ACTION_RENEW_T2 (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h133 ACTION_RENEW_T2, enumerator
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp507 if ((action == ACTION_RENEW_T1) || (action == ACTION_RENEW_T2) || (action == ACTION_RENEW_T3)) { in DhcpIpv4ResultFail()
537 if ((action == ACTION_RENEW_T1) || (action == ACTION_RENEW_T2) || (action == ACTION_RENEW_T2)) { in DhcpIpv4ResultTimeOut()
H A Ddhcp_client_state_machine.cpp286 if ((m_action != ACTION_RENEW_T1) && (m_action != ACTION_RENEW_T2) && (m_action != ACTION_RENEW_T3)) { in StartIpv4()
1950 if (m_action == ACTION_RENEW_T1 || m_action == ACTION_RENEW_T2) { in GetIpTimerCallback()
2040 m_action = ACTION_RENEW_T2; // T2 begin rebind in RebindDelayCallback()

Completed in 5 milliseconds