Searched refs:getMtu (Results 1 – 11 of 11) sorted by relevance
410 public int getMtu() { in getMtu() method in RouteInfo548 mType == target.getType() && mMtu == target.getMtu(); in equals()
641 public int getMtu() { in getMtu() method in LinkProperties676 route.getMtu()); in routeWithInterface()1476 return getMtu() == target.getMtu(); in isIdenticalMtu()
390 assertEquals(1500, r.getMtu()); in testMtu()393 assertEquals(0, r.getMtu()); in testMtu()
119 assertEquals(0, lp.getMtu()); in checkEmpty()
235 v6only.setMtu(lp.getMtu()); in getIPv6OnlyLinkProperties()
730 params.mtu = v6only.getMtu(); in updateUpstreamIPv6LinkProperties()
2133 argThat(lp -> lp.getMtu() == testMtu));2214 assertEquals(lease.getMtu(), TEST_DEFAULT_MTU);
238 method public int getMtu();
432 method public int getMtu();
3838 lp -> testData.equals(lp.getCaptivePortalData()) && lp.getMtu() == 1234); in testCaptivePortalApi()3963 && lp.getMtu() == 1234); in testMergeCaptivePortalApiWithFriendlyNameAndVenueUrl()6832 assertEquals(1300, cbi.getLp().getMtu()); in testLinkPropertiesWithPrivateDnsValidationEvents()6846 assertEquals(1300, cbi.getLp().getMtu()); in testLinkPropertiesWithPrivateDnsValidationEvents()10169 assertEquals(route.getMtu(), parcel.mtu); in assertRouteInfoParcelMatches()
2873 final int mtu = newLp.getMtu(); in updateMtu()7065 rip.mtu = route.getMtu(); in convertRouteInfo()