Searched refs:if6 (Results 1 – 1 of 1) sorted by relevance
45 final String if6 = getIPv6Interface(ns); in getTetheringInterfaces() local47 return (if4 == null && if6 == null) ? null : new InterfaceSet(if4, if6); in getTetheringInterfaces()