Home
last modified time | relevance | path

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

/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/
DTetheringInterfaceUtils.java48 final String if4 = getInterfaceForDestination(lp, INADDR_ANY); in getTetheringInterfaces()
84 ? getInterfaceForDestination(ns.linkProperties, IN6ADDR_ANY) in getIPv6Interface()
88 private static String getInterfaceForDestination(LinkProperties lp, InetAddress dst) { in getInterfaceForDestination() method in TetheringInterfaceUtils