Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/rtc_base/
H A Dnetwork.cc148 bool IsIgnoredIPv6(bool allow_mac_based_ipv6, const InterfaceAddress& ip) { in IsIgnoredIPv6() argument
161 if (IPIsMacBased(ip) && !allow_mac_based_ipv6) { in IsIgnoredIPv6()