Home
last modified time | relevance | path

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

1234

/aosp12/packages/modules/Connectivity/core/java/android/net/
H A DRouteInfo.java89 public RouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in RouteInfo()
98 public RouteInfo(LinkAddress destination, InetAddress gateway, String iface) { in RouteInfo()
150 public RouteInfo(IpPrefix destination, InetAddress gateway) { in RouteInfo()
157 public RouteInfo(LinkAddress destination, InetAddress gateway) { in RouteInfo()
168 public RouteInfo(InetAddress gateway) { in RouteInfo()
201 public static RouteInfo makeHostRoute(InetAddress host, InetAddress gateway, String iface) { in makeHostRoute()
H A DDhcpInfo.java27 public int gateway; field in DhcpInfo
/aosp12/packages/modules/Connectivity/framework/src/android/net/
H A DRouteInfo.java136 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
161 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
238 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
247 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway, in RouteInfo()
269 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway) { in RouteInfo()
279 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway) { in RouteInfo()
291 public RouteInfo(@NonNull InetAddress gateway) { in RouteInfo()
331 public static RouteInfo makeHostRoute(@Nullable InetAddress host, @Nullable InetAddress gateway, in makeHostRoute()
566 RouteKey(@NonNull IpPrefix destination, @Nullable InetAddress gateway, in RouteKey()
H A DStaticIpConfiguration.java62 public InetAddress gateway; field in StaticIpConfiguration
145 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway()
H A DDhcpInfo.java27 public int gateway; field in DhcpInfo
/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
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
H A DWifiGatewayPreferenceController.java46 String gateway = null; in updateState() local
/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
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/
H A DAdvancedOptionsFlowUtil.java133 String gateway = flowInfo.get(AdvancedOptionsFlowInfo.GATEWAY); in processIpSettings() local
/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()
/aosp12/frameworks/base/core/java/android/net/
H A DDhcpResults.java48 public InetAddress gateway; field in DhcpResults
268 public void setGateway(InetAddress gateway) { in setGateway()
/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
/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
/aosp12/system/netd/server/
H A DNetlinkHandler.cpp189 const char *gateway = evt->findParam("GATEWAY"); in onEvent() local
281 const std::string& gateway, const std::string& ifName) { in notifyRouteChange()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_config.h33 uint32_t gateway; /* Default gateway. */ member
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/
H A DRouteInfoTest.java75 public PatchedRouteInfo(LinkAddress destination, InetAddress gateway, String iface) { in testMatches()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/
H A DINetdUnsolicitedEventListener.aidl12 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()

1234