Searched refs:pReqIp (Results 1 – 1 of 1) sorted by relevance
836 std::string pReqIp = Ip4IntConvertToStr(m_requestedIp4, false); in DhcpOfferPacketHandle() local837 if (pReqIp.length() > 0) { in DhcpOfferPacketHandle()842 pReqIp.c_str()); in DhcpOfferPacketHandle()1008 std::string pReqIp = Ip4IntConvertToStr(m_requestedIp4, false); in ParseNetworkInfo() local1009 if (pReqIp.length() > 0) { in ParseNetworkInfo()1011 ntohl(m_requestedIp4), Ipv4Anonymize(pReqIp).c_str()); in ParseNetworkInfo()1012 … if (strncpy_s(result->strYiaddr, INET_ADDRSTRLEN, pReqIp.c_str(), INET_ADDRSTRLEN - 1) != EOK) { in ParseNetworkInfo()