Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java158 private static final InterfaceParams TEST_IFACE_PARAMS = new InterfaceParams( field in IpServerTest
827 && (TEST_IFACE_PARAMS.index == parcel.outputInterfaceIndex) in matches()
849 return new Ipv6ForwardingRule(upstreamIfindex, TEST_IFACE_PARAMS.index, in makeForwardingRule()
850 (Inet6Address) dst, TEST_IFACE_PARAMS.macAddr, dstMac); in makeForwardingRule()
861 return new Tether6Value(TEST_IFACE_PARAMS.index, dstMac, in makeDownstream6Value()
932 final TetherUpstream6Key key = new TetherUpstream6Key(TEST_IFACE_PARAMS.index, in verifyStartUpstreamIpv6Forwarding()
933 TEST_IFACE_PARAMS.macAddr); in verifyStartUpstreamIpv6Forwarding()
944 TEST_IFACE_PARAMS.macAddr); in verifyStopUpstreamIpv6Forwarding()
989 final int myIfindex = TEST_IFACE_PARAMS.index; in addRemoveipv6ForwardingRules()
1151 final int myIfindex = TEST_IFACE_PARAMS.index; in enableDisableUsingBpfOffload()
[all …]