Home
last modified time | relevance | path

Searched refs:GetIpv6Mask (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dipv6_address_test.cpp215 EXPECT_TRUE(Ipv6Address::GetIpv6Mask(prefixLength).s6_addr[0] == 0);
217 EXPECT_TRUE(Ipv6Address::GetIpv6Mask(prefixLength).s6_addr[0] == UCHAR_MAX);
219 EXPECT_TRUE(Ipv6Address::GetIpv6Mask(prefixLength).s6_addr[0] == UCHAR_MAX);
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.h60 static struct in6_addr GetIpv6Mask(size_t prefixLength);
H A Dipv6_address.cpp240 struct in6_addr Ipv6Address::GetIpv6Mask(size_t prefixLength) in GetIpv6Mask() function in OHOS::Wifi::Ipv6Address
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h372 std::string GetIpv6Mask() in GetIpv6Mask() function
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3290 …if (strcpy_s(result.strOptSubnet, INET_ADDRSTRLEN, staticIpAddress.GetIpv6Mask().c_str()) != EOK) { in ConfigStaticIpAddress()
3335 …if (strcpy_s(result.strOptSubnet, INET_ADDRSTRLEN, staticIpAddress.GetIpv6Mask().c_str()) != EOK) { in ConfigStaticIpAddress()