/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetd.aidl | 88 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetd.aidl | 105 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/ |
H A D | INetd.aidl | 106 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/ |
H A D | INetd.aidl | 106 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/ |
H A D | INetd.aidl | 128 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetd.aidl | 128 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/ |
H A D | INetd.aidl | 106 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/ |
H A D | INetd.aidl | 128 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetd.aidl | 1152 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
|
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/ |
H A D | IpClientIntegrationTestCommon.java | 1005 mNetd.interfaceSetMtu(mIfaceName, mtu); 1020 verify(mNetd, never()).interfaceSetMtu(mIfaceName, TEST_DEFAULT_MTU); 1024 .interfaceSetMtu(mIfaceName, TEST_DEFAULT_MTU); 1377 .interfaceSetMtu(mIfaceName, TEST_DEFAULT_MTU); 1413 mNetd.interfaceSetMtu(mIfaceName, TEST_MIN_MTU);
|
/aosp12/system/netd/server/ |
H A D | NetdNativeService.h | 165 binder::Status interfaceSetMtu(const std::string& ifName, int32_t mtuValue) override;
|
H A D | NdcDispatcher.cpp | 336 Status status = mNetd->interfaceSetMtu(std::string(argv[2]), mtuValue); in runCommand()
|
H A D | NetdNativeService.cpp | 957 binder::Status NetdNativeService::interfaceSetMtu(const std::string& ifName, int32_t mtuValue) { in interfaceSetMtu() function in android::net::NetdNativeService
|
/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | IpClient.java | 1832 mNetd.interfaceSetMtu(mInterfaceName, mInterfaceParams.defaultMtu); in maybeRestoreInterfaceMtu()
|
/aosp12/system/netd/tests/ |
H A D | binder_test.cpp | 2851 binder::Status status = mNetd->interfaceSetMtu(sTun.name(), testMtu); in TEST_F()
|
/aosp12/packages/modules/Connectivity/service/src/com/android/server/ |
H A D | ConnectivityService.java | 2916 mNetd.interfaceSetMtu(iface, mtu); in updateMtu()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 376 HPLandroid/net/INetd$Stub$Proxy;->interfaceSetMtu(Ljava/lang/String;I)V+]Landroid/os/IBinder;Landro…
|