Home
last modified time | relevance | path

Searched refs:IPTYPE_IPV6 (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp80 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunCommand()
113 if (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6) { in RunCommandForRes()
142 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunMutipleCommands()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dif_config_test.cpp80 int ipType = static_cast<int>(IpType::IPTYPE_IPV6);
144 int ipType = static_cast<int>(IpType::IPTYPE_IPV6);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_if_config.h24 IPTYPE_IPV6, enumerator
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Diptables_wrapper.h37 IPTYPE_IPV6 = 2, enumerator
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dif_config.h29 IPTYPE_IPV6, enumerator
/ohos5.0/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h47 IPTYPE_IPV6 = 2, enumerator
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp733 case IptablesType::IPTYPE_IPV6: in SetIptablesCommandForRes()
734 respond = iptablesWrapper_->RunCommandForRes(OHOS::nmd::IpType::IPTYPE_IPV6, cmd); in SetIptablesCommandForRes()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp335 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessSuccess2()
347 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessSuccess3()
360 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessFail()
505 pStaStateMachine->currentTpType = IPTYPE_IPV6; in DealDisconnectEventSuccess2()
1218 pStaStateMachine->currentTpType = IPTYPE_IPV6; in ConfigStaticIpAddressSuccess2()
1509 pStaStateMachine->currentTpType = IPTYPE_IPV6; in DhcpResultNotifyOnFailedTest1()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp110 pStaStateMachine->currentTpType = IPTYPE_IPV6; in ConfigStaticIpAddressSuccess2()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3280 case IPTYPE_IPV6: { in ConfigStaticIpAddress()
3281 result.iptype = IPTYPE_IPV6; in ConfigStaticIpAddress()