Home
last modified time | relevance | path

Searched defs:gateway (Results 1 – 25 of 45) sorted by relevance

12

/foundation/communication/netmanager_ext/services/ethernetmanager/config/
Dethernet_interfaces.json8 "gateway":"", string
19 "gateway":"", string
30 "gateway":"", string
/foundation/communication/dhcp/services/dhcp_client/src/
Ddhcp_ipv6_event.cpp84 char gateway[DHCP_INET6_ADDRSTRLEN] = {0}; in parseNDRouteMessage() local
130 char gateway[DHCP_INET6_ADDRSTRLEN] = {0}; in parseNewneighMessage() local
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
Droute.cpp78 sptr<INetAddr> gateway = INetAddr::Unmarshalling(parcel); in Unmarshalling() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
Darp_checker.cpp33 …Checker::Start(std::string& ifname, std::string& hwAddr, std::string& ipAddr, std::string& gateway) in Start()
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
Dwrapper_distributor_test.cpp94 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged()
262 std::string gateway = ""; variable
Dnetsys_wrapper_test.cpp124 …eNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
Dwrapper_distributor.cpp150 const std::string &gateway = message->GetMessage(NetsysEventMessage::Type::GATEWAY); in HandleRouteChange() local
277 …rDistributor::NotifyRouteChange(bool updated, const std::string &route, const std::string &gateway, in NotifyRouteChange()
/foundation/communication/netmanager_base/test/commonduplicatedcode/
Dcommon_notify_callback_test.h58 …bool updated, const std::string &route, const std::string &gateway, const std::string &ifName) ove… in OnRouteChanged()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
Dethernet_lan_management_test.cpp70 INetAddr gateway; in GetNewIfaceConfig() local
Dethernet_service_proxy_test.cpp82 INetAddr gateway; in GetIfaceConfig() local
Dethernet_service_test.cpp80 INetAddr gateway; in GetIfaceConfig() local
183 std::string gateway; variable
/foundation/communication/dhcp/services/dhcp_server/include/
Ddhcp_config.h33 uint32_t gateway; /* Default gateway. */ member
Ddhcp_address_pool.h43 uint32_t gateway; member
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
Dnotify_callback_proxy_test.cpp105 std::string gateway = "192.168.0.1"; variable
Dnotify_callback_stub_test.cpp209 std::string gateway = "192.168.0.1"; variable
/foundation/communication/netmanager_base/interfaces/kits/js/
D@ohos.net.connection.d.ts1229 gateway: NetAddress; property
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
Ddhcp_ipv6_client_test.cpp192 char gateway[] = "192.168.1.1"; variable
/foundation/communication/wifi/wifi/interfaces/kits/c/
Dwifi_device_config.h173 unsigned int gateway; member
284 char gateway[DEVICE_IPV6_MAX_LEN]; member
/foundation/communication/wifi/wifi/frameworks/native/interfaces/
Dwifi_hid2d_msg.h114 std::string gateway; variable
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
Dself_cure_state_machine_test.cpp2574 std::string gateway = GATEWAY; variable
2581 std::string gateway = ""; variable
2590 std::string gateway = ""; variable
2599 std::string gateway = GATEWAY; variable
2608 std::string gateway = GATEWAY; variable
2617 std::string gateway = GATEWAY; variable
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
Dethernet_configuration.cpp173 … std::string gateway = cJSON_GetObjectItem(jsonData, CONFIG_KEY_ETH_GATEWAY.c_str())->valuestring; in ConvertJsonToConfiguration() local
273 INetAddr gateway; in ConvertToConfiguration() local
715 …y_of(config->gatewayList_.begin(), config->gatewayList_.end(), [&dhcpResult](const auto &gateway) { in IsValidDhcpResult()
/foundation/communication/netmanager_base/frameworks/cj/connection/src/
Dnet_connection_callback.cpp157 CNetAddress gateway = {.address = MallocCString(it->gateway_.address_), in SetConnectionProp() local
/foundation/communication/netmanager_base/services/netmanagernative/src/
Dnotify_callback_stub.cpp156 std::string gateway = data.ReadString(); in CmdOnRouteChanged() local
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
Dself_cure_state_machine.cpp1344 std::string gateway = IpTools::ConvertIpv4Address(ipInfo.gateway); in GetRecordDhcpResults() local
2263 std::string gateway = IpTools::ConvertIpv4Address(dhcpResults.gateway); in GetLegalIpConfiguration() local
2308 std::string gateway = IpTools::ConvertIpv4Address(ipInfo.gateway); in CanArpReachable() local
2329 std::string gateway = IpTools::ConvertIpv4Address(ipInfo.gateway); in DoSlowArpTest() local
2339 bool SelfCureStateMachine::DoArpTest(std::string& ipAddress, std::string& gateway) in DoArpTest()
2349 std::string SelfCureStateMachine::GetNextIpAddr(const std::string& gateway, const std::string& curr… in GetNextIpAddr()
3117 std::string gateway = ""; in GetCurrentGateway() local
/foundation/communication/netmanager_base/frameworks/cj/connection/include/
Dcommon.h59 CNetAddress gateway; member

12