Searched refs:mUpstreamParams (Results 1 – 1 of 1) sorted by relevance
75 private InterfaceParams mUpstreamParams, mTetheredParams; field in DadProxyTest121 if (mUpstreamParams != null) { in tearDown()122 sNetd.networkRemoveInterface(INetd.LOCAL_NET_ID, mUpstreamParams.name); in tearDown()130 mUpstreamParams = InterfaceParams.getByName(upstreamIface); in setupTapInterfaces()131 assertNotNull(mUpstreamParams); in setupTapInterfaces()211 mHandler.post(() -> proxy.setUpstreamIface(mUpstreamParams)); in setupProxy()215 sNetd.networkAddInterface(INetd.LOCAL_NET_ID, mUpstreamParams.name); in setupProxy()312 updateSrcMac(out, mUpstreamParams); in testNsForwardingFromTetherToUpstream()323 updateSrcMac(ns, mUpstreamParams); in testNsForwardingFromUpstreamToTether()