Home
last modified time | relevance | path

Searched defs:mtu (Results 1 – 21 of 21) sorted by relevance

/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ipmemorystore/
DNetworkAttributes.java84 public final Integer mtu; field in NetworkAttributes
112 @Nullable final Integer mtu, in NetworkAttributes()
315 public Builder setMtu(@Nullable final Integer mtu) { in setMtu()
/packages/modules/NetworkStack/tests/unit/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreServiceTest.java162 final List<InetAddress> dnsServers, final int mtu) { in buildTestNetworkAttributes()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java173 int mtu = getMTU(mTestIface); in testVirtualEthernetAlreadyExists() local
507 private TapPacketReader makePacketReader(FileDescriptor fd, int mtu) { in makePacketReader()
514 private void checkVirtualEthernet(TestNetworkInterface iface, int mtu) throws Exception { in checkVirtualEthernet()
/packages/modules/Connectivity/tests/unit/java/android/net/
DIpMemoryStoreTest.java110 private static NetworkAttributes buildTestNetworkAttributes(String hint, int mtu) { in buildTestNetworkAttributes()
/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java90 @NonNull MacAddress outDstMac, int mtu); in startUpstreamIpv6Forwarding()
/packages/modules/Connectivity/Tethering/src/android/net/ip/
DRouterAdvertisementDaemon.java139 public int mtu; field in RouterAdvertisementDaemon.RaParams
425 private static void putMtu(ByteBuffer ra, int mtu) { in putMtu()
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java86 @NonNull MacAddress outDstMac, int mtu) { in startUpstreamIpv6Forwarding()
/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DPacketReflector.java61 public PacketReflector(FileDescriptor fd, int mtu) { in PacketReflector()
/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
DTestableNetworkCallbackTest.kt183 val mtu = 1984 in <lambda>() constant
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DRouterAdvertisementDaemonTest.java229 final MtuOption mtu = Struct.parse(MtuOption.class, mtuBuf); in isPacketMatched() local
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1012 Short mtu = null; in decodeFullPacket() local
1514 short mtu, String captivePortalUrl, Integer ipv6OnlyWaitTime) { in buildOfferPacket()
1545 short mtu, String captivePortalUrl) { in buildOfferPacket()
1559 short mtu, boolean rapidCommit, String captivePortalUrl, Integer ipv6OnlyWaitTime) { in buildAckPacket()
1590 short mtu, boolean rapidCommit, String captivePortalUrl) { in buildAckPacket()
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java202 @NonNull MacAddress outDstMac, int mtu) { in startUpstreamIpv6Forwarding()
/packages/modules/NetworkStack/tests/unit/src/android/net/dhcp/
DDhcpPacketTest.java319 int leaseDuration, boolean hasMeteredHint, int mtu, DhcpResults dhcpResults) in assertDhcpResults()
723 private byte[] mtuBytes(int mtu) { in mtuBytes()
/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
DGattServer.java189 public void onMtuChanged(BluetoothDevice device, int mtu) { in onMtuChanged()
DGattClientListener.java263 public void onMtuChanged(BluetoothGatt gatt, int mtu, int status) { in onMtuChanged()
/packages/modules/Connectivity/framework/src/android/net/
DRouteInfo.java162 @Nullable String iface, @RouteType int type, int mtu) { in RouteInfo()
DLinkProperties.java631 public void setMtu(int mtu) { in setMtu()
1816 public static boolean isValidMtu(int mtu, boolean ipv6) { in isValidMtu()
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java781 int clientIf, String address, int mtu, AttributionSource attributionSource) { in configureMTU()
2108 void onConfigureMTU(int connId, int status, int mtu) throws RemoteException { in onConfigureMTU()
3011 void configureMTU(int clientIf, String address, int mtu, AttributionSource attributionSource) { in configureMTU()
3364 void onMtuChanged(int connId, int mtu) throws RemoteException { in onMtuChanged()
3947 private native void gattClientConfigureMTUNative(int connId, int mtu); in gattClientConfigureMTUNative()
/packages/modules/NetworkStack/src/com/android/server/connectivity/ipmemorystore/
DIpMemoryStoreDatabase.java317 final int mtu = getInt(cursor, NetworkAttributesContract.COLNAME_MTU, -1); in readNetworkAttributesLine() local
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_gatt.cpp359 void btgattc_configure_mtu_cb(int conn_id, int status, int mtu) { in btgattc_configure_mtu_cb()
725 void btgatts_mtu_changed_cb(int conn_id, int mtu) { in btgatts_mtu_changed_cb()
1618 jint conn_id, jint mtu) { in gattClientConfigureMTUNative()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java2873 final int mtu = newLp.getMtu(); in updateMtu() local