/aosp12/packages/modules/Connectivity/core/java/android/net/ |
H A D | RouteInfo.java | 89 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 D | DhcpInfo.java | 27 public int gateway; field in DhcpInfo
|
/aosp12/packages/modules/Connectivity/framework/src/android/net/ |
H A D | RouteInfo.java | 136 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 D | StaticIpConfiguration.java | 62 public InetAddress gateway; field in StaticIpConfiguration 145 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway()
|
H A D | DhcpInfo.java | 27 public int gateway; field in DhcpInfo
|
/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
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
H A D | WifiGatewayPreferenceController.java | 46 String gateway = null; in updateState() local
|
/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
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/util/ |
H A D | AdvancedOptionsFlowUtil.java | 133 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 D | arp_checker.cpp | 33 …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 D | DhcpResults.java | 48 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 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
|
/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
|
/aosp12/system/netd/server/ |
H A D | NetlinkHandler.cpp | 189 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 D | dhcp_config.h | 33 uint32_t gateway; /* Default gateway. */ member
|
/aosp12/packages/modules/Connectivity/core/tests/coretests/src/android/net/ |
H A D | RouteInfoTest.java | 75 public PatchedRouteInfo(LinkAddress destination, InetAddress gateway, String iface) { in testMatches()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/1/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 12 …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 D | INetdUnsolicitedEventListener.aidl | 30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
|