/ohos5.0/foundation/communication/netmanager_ext/services/ethernetmanager/config/ |
H A D | ethernet_interfaces.json | 8 "gateway":"", string 19 "gateway":"", string 30 "gateway":"", string
|
/ohos5.0/docs/en/application-dev/reference/apis-network-kit/ |
H A D | _net_conn___route.md | 41 ### gateway subsection
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-network-kit/ |
H A D | _net_conn___route.md | 41 ### gateway subsection
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_ipv6_event.cpp | 84 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 D | route.cpp | 78 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.md | 100 ### gateway subsection
|
H A D | _setup_data_call_result_info_v11.md | 100 ### gateway subsection
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/ |
H A D | arp_checker.cpp | 33 …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 D | wrapper_distributor_test.cpp | 94 int32_t OnRouteChanged(bool updated, const std::string &route, const std::string &gateway, in OnRouteChanged() 262 std::string gateway = ""; variable
|
H A D | netsys_wrapper_test.cpp | 124 …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 D | wrapper_distributor.cpp | 150 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 D | common_notify_callback_test.h | 58 …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 D | ethernet_lan_management_test.cpp | 70 INetAddr gateway; in GetNewIfaceConfig() local
|
H A D | ethernet_service_proxy_test.cpp | 82 INetAddr gateway; in GetIfaceConfig() local
|
H A D | ethernet_service_test.cpp | 80 INetAddr gateway; in GetIfaceConfig() local 183 std::string gateway; variable
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_config.h | 33 uint32_t gateway; /* Default gateway. */ member
|
H A D | dhcp_address_pool.h | 43 uint32_t gateway; member
|
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | notify_callback_proxy_test.cpp | 105 std::string gateway = "192.168.0.1"; variable
|
H A D | notify_callback_stub_test.cpp | 209 std::string gateway = "192.168.0.1"; variable
|
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_ipv6_client_test.cpp | 192 char gateway[] = "192.168.1.1"; variable
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
H A D | wifi_hid2d_msg.h | 114 std::string gateway; variable
|
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/ |
H A D | wifi_device_config.h | 173 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 D | self_cure_state_machine_test.cpp | 2574 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 D | ethernet_configuration.cpp | 173 … 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 D | net_connection_callback.cpp | 157 CNetAddress gateway = {.address = MallocCString(it->gateway_.address_), in SetConnectionProp() local
|