Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/src/android/net/ip/
H A DIpServer.java720 InterfaceParams upstreamIfaceParams = null; in updateUpstreamIPv6LinkProperties() local
725 upstreamIfaceParams = mDeps.getInterfaceParams(upstreamIface); in updateUpstreamIPv6LinkProperties()
726 if (upstreamIfaceParams != null) { in updateUpstreamIPv6LinkProperties()
727 upstreamIfIndex = upstreamIfaceParams.index; in updateUpstreamIPv6LinkProperties()
767 mDadProxy.setUpstreamIface(upstreamIfaceParams); in updateUpstreamIPv6LinkProperties()
1377 final InterfaceParams upstreamIfaceParams = in processMessage() local
1379 if (upstreamIfaceParams != null) { in processMessage()
1381 upstreamIfaceParams.index, ifname); in processMessage()