Searched refs:GetMaskWithInet (Results 1 – 2 of 2) sorted by relevance
105 in_addr ipAddr = GetMaskWithInet(); in GetMaskWithString()112 in_addr Ipv4Address::GetMaskWithInet() const in GetMaskWithInet() 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()
108 in_addr GetMaskWithInet() const;