Home
last modified time | relevance | path

Searched defs:IsLinkLocalUnicast (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dip.go177 func (ip IP) IsLinkLocalUnicast() bool { func
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.cpp346 bool Address::IsLinkLocalUnicast(void) const in IsLinkLocalUnicast() function in ot::Ip6::Address
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go518 func (ip Addr) IsLinkLocalUnicast() bool { func