Home
last modified time | relevance | path

Searched refs:pSerIp (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_function_test.cpp62 std::string pSerIp = Ip4IntConvertToStr(uSerIp, true); in HWTEST_F() local
63 EXPECT_STRNE(pSerIp.c_str(), ""); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp904 std::string pSerIp = Ip4IntConvertToStr(m_serverIp4, false); in DhcpOfferPacketHandle() local
905 if (pSerIp.length() > 0) { in DhcpOfferPacketHandle()
908 pSerIp.c_str()); in DhcpOfferPacketHandle()
928 std::string pSerIp = Ip4IntConvertToStr(m_serverIp4, false); in ParseNetworkServerIdInfo() local
929 if (pSerIp.length() > 0) { in ParseNetworkServerIdInfo()
931 u32Data, pSerIp.c_str()); in ParseNetworkServerIdInfo()
932 if (strncpy_s(result->strOptServerId, INET_ADDRSTRLEN, pSerIp.c_str(), INET_ADDRSTRLEN - 1) != EOK) { in ParseNetworkServerIdInfo()

Completed in 4 milliseconds