/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
|
/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/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
H A D | WifiGatewayPreferenceController.java | 46 String gateway = null; in updateState() local
|
/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()
|
/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
|
/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()
|
/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()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
|
/aosp12/system/netd/server/binder/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 134 @utf8InCpp String gateway, in onRouteChanged()
|
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/2/android/net/ |
H A D | INetdUnsolicitedEventListener.aidl | 29 …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 D | INetdUnsolicitedEventListener.aidl | 30 …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 D | INetdUnsolicitedEventListener.aidl | 30 …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 D | INetdUnsolicitedEventListener.aidl | 46 …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 D | INetdUnsolicitedEventListener.aidl | 46 …oneway void onRouteChanged(boolean updated, @utf8InCpp String route, @utf8InCpp String gateway, @u… in onRouteChanged()
|
/aosp12/system/core/libnetutils/ |
H A D | dhcpclient.c | 102 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 D | RouteInfoTest.java | 125 public PatchedRouteInfo(IpPrefix destination, InetAddress gateway, String iface) { in testMatches()
|
/aosp12/frameworks/libs/net/client-libs/netd/com/android/net/module/util/ |
H A D | BaseNetdUnsolicitedEventListener.java | 60 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 D | IpConfigStore.java | 132 InetAddress gateway = null; in readIpConfigurations() local
|
/aosp12/packages/modules/NetworkStack/src/com/android/server/ |
H A D | NetworkObserverRegistry.java | 166 public void onRouteChanged(boolean updated, String route, String gateway, String ifName) { in onRouteChanged()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | icmp.h | 69 __be32 gateway; member
|