Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DRouteInfoTest.java373 public void testMtu() { in testMtu() method in RouteInfoTest
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
H A DDhcpPacketTest.java748 public void testMtu() throws Exception { in testMtu() method in DhcpPacketTest
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2843 const int testMtu = 1200; in TEST_F() local