Home
last modified time | relevance | path

Searched refs:if4 (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() local
55 return (if4 == null && if6 == null) ? null : new InterfaceSet(if4, if6); in getTetheringInterfaces()