Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/connectivity/tethering/
DTetheringInterfaceUtils.java44 final String if4 = getInterfaceForDestination(lp, Inet4Address.ANY); in getTetheringInterfaces()
80 ? getInterfaceForDestination(ns.linkProperties, Inet6Address.ANY) in getIPv6Interface()
84 private static String getInterfaceForDestination(LinkProperties lp, InetAddress dst) { in getInterfaceForDestination() method in TetheringInterfaceUtils