Searched refs:GetAddressWithInet (Results 1 – 3 of 3) sorted by relevance
93 in_addr Ipv4Address::GetAddressWithInet() const in GetAddressWithInet() function in OHOS::Wifi::Ipv4Address135 networkAddress.s_addr = GetMaskWithInet().s_addr & GetAddressWithInet().s_addr; in GetNetworkAddressWithInet()152 hostAddress.s_addr = (~(GetMaskWithInet().s_addr)) & GetAddressWithInet().s_addr; in GetHostAddressWithInet()
92 in_addr GetAddressWithInet() const;
101 EXPECT_TRUE(mIpv4Address.GetAddressWithInet().s_addr == IP_TEST);