Home
last modified time | relevance | path

Searched refs:GetMaskWithInet (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv4_address.cpp105 in_addr ipAddr = GetMaskWithInet(); in GetMaskWithString()
112 in_addr Ipv4Address::GetMaskWithInet() const in GetMaskWithInet() function in OHOS::Wifi::Ipv4Address
135 networkAddress.s_addr = GetMaskWithInet().s_addr & GetAddressWithInet().s_addr; in GetNetworkAddressWithInet()
152 hostAddress.s_addr = (~(GetMaskWithInet().s_addr)) & GetAddressWithInet().s_addr; in GetHostAddressWithInet()
H A Dipv4_address.h108 in_addr GetMaskWithInet() const;