Searched defs:serverIp (Results 1 – 8 of 8) sorted by relevance
27 std::string serverIp; variable
82 std::string serverIp = OHOS::system::GetParameter(PARAM_NAME_FOR_SEARCH, DEFAULT_SERVER_IP); in DoAction() local
35 bool IpPool::InitIpPool(const std::string& serverIp) in InitIpPool()
801 uint32_t serverIp = static_cast<uint32_t>(data[0]); in DhcpRenewFuzzerTest() local808 uint32_t serverIp = static_cast<uint32_t>(data[0]); in DhcpReleaseFuzzerTest() local816 uint32_t serverIp = static_cast<uint32_t>(data[0]); in DhcpDeclineFuzzerTest() local
191 std::string serverIp; /* dhcp server IP */ member
944 std::string serverIp = result->strOptServerId; in OnSuccess() local1272 void P2pStateMachine::DoP2pArp(std::string serverIp, std::string clientIp) in DoP2pArp()
1672 int DhcpClientStateMachine::DhcpDecline(uint32_t transId, uint32_t clientIp, uint32_t serverIp) in DhcpDecline()
576 unsigned int serverIp; /* DHCP server's address */ member