Home
last modified time | relevance | path

Searched defs:interfaceParams (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java792 final InterfaceParams interfaceParams, int newUpstreamIfindex, in updateAllIpv6Rules()
967 final InterfaceParams interfaceParams = ipServer.getInterfaceParams(); in updateIpv6UpstreamInterface() local
999 final InterfaceParams interfaceParams = ipServer.getInterfaceParams(); in addOrRemoveIpv6Downstream() local
1021 InterfaceParams interfaceParams = ipServer.getInterfaceParams(); in updateClientInfoIpv4() local
1038 InterfaceParams interfaceParams = ipServer.getInterfaceParams(); in handleNeighborEvent() local
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java280 InterfaceParams interfaceParams = mDependencies.getInterfaceParams(upstreamIface); in initTetheredStateMachine() local
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java285 public final InterfaceParams interfaceParams; field in BpfCoordinatorTest.UpstreamInformation
290 UpstreamInformation(final InterfaceParams interfaceParams, in UpstreamInformation()