Home
last modified time | relevance | path

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

12

/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/config/
H A Dethernet_interfaces.json8 "gateway":"", string
19 "gateway":"", string
30 "gateway":"", string
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/
H A D_net_conn___route.md41 ### gateway subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/
H A D_net_conn___route.md41 ### gateway subsection
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_ipv6_event.cpp84 char gateway[DHCP_INET6_ADDRSTRLEN] = {0}; in parseNDRouteMessage() local
130 char gateway[DHCP_INET6_ADDRSTRLEN] = {0}; in parseNewneighMessage() local
/ohos5.0/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Droute.cpp78 sptr<INetAddr> gateway = INetAddr::Unmarshalling(parcel); in Unmarshalling() local
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A D_setup_data_call_result_info_v10.md100 ### gateway subsection
H A D_setup_data_call_result_info_v11.md100 ### gateway subsection
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Darp_checker.cpp33 …Checker::Start(std::string& ifname, std::string& hwAddr, std::string& ipAddr, std::string& gateway) in Start()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_wrapper_test/
H A Dwrapper_distributor_test.cpp94 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged()
262 std::string gateway = ""; variable
H A Dnetsys_wrapper_test.cpp124 …eNotifyCallBack::OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/wrapper/
H A 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()
/ohos5.0/foundation/communication/netmanager_base/test/commonduplicatedcode/
H A Dcommon_notify_callback_test.h58 …bool updated, const std::string &route, const std::string &gateway, const std::string &ifName) ove… in OnRouteChanged()
/ohos5.0/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_lan_management_test.cpp70 INetAddr gateway; in GetNewIfaceConfig() local
H A Dethernet_service_proxy_test.cpp82 INetAddr gateway; in GetIfaceConfig() local
H A Dethernet_service_test.cpp80 INetAddr gateway; in GetIfaceConfig() local
183 std::string gateway; variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_config.h33 uint32_t gateway; /* Default gateway. */ member
H A Ddhcp_address_pool.h43 uint32_t gateway; member
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnotify_callback_proxy_test.cpp105 std::string gateway = "192.168.0.1"; variable
H A Dnotify_callback_stub_test.cpp209 std::string gateway = "192.168.0.1"; variable
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_ipv6_client_test.cpp192 char gateway[] = "192.168.1.1"; variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Dwifi_hid2d_msg.h114 std::string gateway; variable
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_device_config.h173 unsigned int gateway; member
284 char gateway[DEVICE_IPV6_MAX_LEN]; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A 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
/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A 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()
/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_callback.cpp157 CNetAddress gateway = {.address = MallocCString(it->gateway_.address_), in SetConnectionProp() local

12