Home
last modified time | relevance | path

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

12

/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
/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/apps/Car/Settings/src/com/android/car/settings/wifi/details/
H A DWifiGatewayPreferenceController.java46 String gateway = null; in updateState() local
/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()
/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
/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()
/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()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/netd/server/binder/android/net/
H A DINetdUnsolicitedEventListener.aidl134 @utf8InCpp String gateway, in onRouteChanged()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/
H A DINetdUnsolicitedEventListener.aidl29 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DINetdUnsolicitedEventListener.aidl30 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DINetdUnsolicitedEventListener.aidl46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
/aosp12/system/core/libnetutils/
H A Ddhcpclient.c102 uint32_t gateway; member
114 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength, in get_dhcp_info()
/aosp12/packages/modules/Connectivity/tests/common/java/android/net/
H A DRouteInfoTest.java125 public PatchedRouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in testMatches()
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/
H A DBaseNetdUnsolicitedEventListener.java60 public void onRouteChanged(boolean updated, @NonNull String route, @NonNull String gateway, in onRouteChanged()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/util/
H A DIpConfigStore.java132 InetAddress gateway = null; in readIpConfigurations() local
/aosp12/packages/modules/NetworkStack/src/com/android/server/
H A DNetworkObserverRegistry.java166 public void onRouteChanged(boolean updated, String route, String gateway, String ifName) { in onRouteChanged()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dicmp.h69 __be32 gateway; member

12