Home
last modified time | relevance | path

Searched refs:interfaceSetMtu (Results 1 – 17 of 17) sorted by relevance

/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetd.aidl88 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 DINetd.aidl105 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 DINetd.aidl106 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 DINetd.aidl106 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 DINetd.aidl128 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 DINetd.aidl128 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 DINetd.aidl106 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 DINetd.aidl128 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
/aosp12/system/netd/server/binder/android/net/
H A DINetd.aidl1152 void interfaceSetMtu(in @utf8InCpp String ifName, int mtu); in interfaceSetMtu() method
/aosp12/packages/modules/NetworkStack/tests/integration/src/android/net/ip/
H A DIpClientIntegrationTestCommon.java1005 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 DNetdNativeService.h165 binder::Status interfaceSetMtu(const std::string& ifName, int32_t mtuValue) override;
H A DNdcDispatcher.cpp336 Status status = mNetd->interfaceSetMtu(std::string(argv[2]), mtuValue); in runCommand()
H A DNetdNativeService.cpp957 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 DIpClient.java1832 mNetd.interfaceSetMtu(mInterfaceName, mInterfaceParams.defaultMtu); in maybeRestoreInterfaceMtu()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp2851 binder::Status status = mNetd->interfaceSetMtu(sTun.name(), testMtu); in TEST_F()
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java2916 mNetd.interfaceSetMtu(iface, mtu); in updateMtu()
/aosp12/frameworks/base/services/
H A Dart-profile376 HPLandroid/net/INetd$Stub$Proxy;->interfaceSetMtu(Ljava/lang/String;I)V+]Landroid/os/IBinder;Landro…