Home
last modified time | relevance | path

Searched refs:m_serverIp4 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp77 m_serverIp4(0), in DhcpClientStateMachine()
473 DhcpRelease(m_requestedIp4, m_serverIp4); in ExecDhcpRelease()
703 DhcpRenew(m_transID, m_requestedIp4, m_serverIp4); in Requesting()
706 DhcpRequest(m_transID, m_requestedIp4, m_serverIp4); in Requesting()
725 DhcpRenew(m_transID, m_requestedIp4, m_serverIp4); in Renewing()
763 DhcpDecline(m_transID, m_requestedIp4, m_serverIp4); in Declining()
834 m_serverIp4 = htonl(u32Data); in DhcpOfferPacketHandle()
844 std::string pSerIp = Ip4IntConvertToStr(m_serverIp4, false); in DhcpOfferPacketHandle()
847 ntohl(m_serverIp4), in DhcpOfferPacketHandle()
867 m_serverIp4 = htonl(u32Data); in ParseNetworkServerIdInfo()
[all …]
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h136 uint32_t m_serverIp4; variable