Home
last modified time | relevance | path

Searched refs:IsAddrLocallink (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dipv6_address.h43 static bool IsAddrLocallink(const struct in6_addr &ip6Addr);
H A Ddhcpd_interface.cpp186 if (Ipv6Address::IsAddrLocallink(iter->GetIn6Addr()) || !iter->IsValid()) { in AssignIpAddr()
H A Dipv6_address.cpp51 bool Ipv6Address::IsAddrLocallink(const struct in6_addr &ip6Addr) in IsAddrLocallink() function in OHOS::Wifi::Ipv6Address