Home
last modified time | relevance | path

Searched defs:mtuValue (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dinterface_manager_test.cpp60 std::string mtuValue = "10"; variable
68 std::string mtuValue = "10"; variable
83 char *mtuValue = nullptr; variable
/ohos5.0/base/telephony/cellular_data/services/src/state_machine/
H A Dcellular_data_state_machine.cpp252 int32_t mtuValue = INVALID_MTU_VALUE; in GetMtuSizeFromOpCfg() local
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dinterface_manager.cpp115 int InterfaceManager::SetMtu(const char *interfaceName, const char *mtuValue) in SetMtu()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnet_manager_native.cpp216 int32_t NetManagerNative::SetInterfaceMtu(std::string ifName, int32_t mtuValue) in SetInterfaceMtu()