Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Diptables_wrapper.cpp82 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunCommand()
114 if (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6) { in RunCommandForRes()
143 if (isIp6tablesSystemAccess_ && (ipType == IPTYPE_IPV6 || ipType == IPTYPE_IPV4V6)) { in RunMutipleCommands()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H A Dif_config_test.cpp70 * @tc.desc: test with IpType IPTYPE_IPV6
80 int ipType = static_cast<int>(IpType::IPTYPE_IPV6); in HWTEST_F()
136 * @tc.desc: test with ipType is IPTYPE_IPV6
144 int ipType = static_cast<int>(IpType::IPTYPE_IPV6); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_if_config.h24 IPTYPE_IPV6, enumerator
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Diptables_wrapper.h37 IPTYPE_IPV6 = 2, enumerator
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dif_config.h29 IPTYPE_IPV6, enumerator
/foundation/communication/netmanager_base/interfaces/innerkits/netmanagernative/include/
H A Di_netsys_service.h47 IPTYPE_IPV6 = 2, enumerator
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine_test.cpp311 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessSuccess2()
321 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessSuccess3()
333 pStaStateMachine->currentTpType = IPTYPE_IPV6; in StopWifiProcessFail()
473 pStaStateMachine->currentTpType = IPTYPE_IPV6; in DealDisconnectEventSuccess2()
1146 pStaStateMachine->currentTpType = IPTYPE_IPV6; in ConfigStaticIpAddressSuccess2()
1433 pStaStateMachine->currentTpType = IPTYPE_IPV6; in DhcpResultNotifyOnFailedTest1()
/foundation/communication/netmanager_base/services/netmanagernative/src/
H A Dnetsys_native_service.cpp767 case IptablesType::IPTYPE_IPV6: in SetIptablesCommandForRes()
768 respond = iptablesWrapper_->RunCommandForRes(OHOS::nmd::IpType::IPTYPE_IPV6, cmd); in SetIptablesCommandForRes()
/foundation/communication/wifi/wifi/test/wifi_standard/precompiled_macro/
H A Dsta_state_machine_test.cpp111 pStaStateMachine->currentTpType = IPTYPE_IPV6; in ConfigStaticIpAddressSuccess2()
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_state_machine.cpp3292 case IPTYPE_IPV6: { in ConfigStaticIpAddress()
3293 result.iptype = IPTYPE_IPV6; in ConfigStaticIpAddress()

Completed in 17 milliseconds