Home
last modified time | relevance | path

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

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