Home
last modified time | relevance | path

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

12345678910>>...19

/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/
DRouteInfo.java146 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
171 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
248 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway, in RouteInfo()
257 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway, in RouteInfo()
279 public RouteInfo(@Nullable IpPrefix destination, @Nullable InetAddress gateway) { in RouteInfo()
289 public RouteInfo(@Nullable LinkAddress destination, @Nullable InetAddress gateway) { in RouteInfo()
301 public RouteInfo(@NonNull InetAddress gateway) { in RouteInfo()
302 this((IpPrefix) null, gateway, null); in RouteInfo() local
341 public static RouteInfo makeHostRoute(@Nullable InetAddress host, @Nullable InetAddress gateway, in makeHostRoute()
573 RouteKey(@NonNull IpPrefix destination, @Nullable InetAddress gateway, in RouteKey()
DStaticIpConfiguration.java46 public InetAddress gateway; field in StaticIpConfiguration
140 public @NonNull Builder setGateway(@Nullable InetAddress gateway) { in setGateway()
/aosp_15_r20/external/google-cloud-java/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/java/com/google/cloud/apigateway/v1/
H A DGatewayName.java38 private final String gateway; field in GatewayName
73 public static GatewayName of(String project, String location, String gateway) { in of()
77 public static String format(String project, String location, String gateway) { in format()
182 private String gateway; field in GatewayName.Builder
208 public Builder setGateway(String gateway) { in setGateway()
/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue33355.go25 type gateway struct { struct
26 cfg *gatewayCfg
27 outsim *sync.Map
39 gateway *srvGateway member
/aosp_15_r20/external/ltp/include/
H A Dtst_netdevice.h85 dstprefix, dstlen, gateway, gatewaylen) \ argument
99 gateway) \ argument
112 dstaddr, dstprefix, dstlen, gateway, gatewaylen) \ argument
125 dstprefix, gateway) \ argument
/aosp_15_r20/external/google-cloud-java/java-api-gateway/google-cloud-api-gateway/src/test/java/com/google/cloud/apigateway/v1/
H A DApiGatewayServiceClientTest.java289 Gateway gateway = Gateway.newBuilder().build(); in createGatewayTest() local
315 Gateway gateway = Gateway.newBuilder().build(); in createGatewayExceptionTest() local
347 Gateway gateway = Gateway.newBuilder().build(); in createGatewayTest2() local
373 Gateway gateway = Gateway.newBuilder().build(); in createGatewayExceptionTest2() local
404 Gateway gateway = Gateway.newBuilder().build(); in updateGatewayTest() local
428 Gateway gateway = Gateway.newBuilder().build(); in updateGatewayExceptionTest() local
H A DApiGatewayServiceClientHttpJsonTest.java309 Gateway gateway = Gateway.newBuilder().build(); in createGatewayTest() local
339 Gateway gateway = Gateway.newBuilder().build(); in createGatewayExceptionTest() local
368 Gateway gateway = Gateway.newBuilder().build(); in createGatewayTest2() local
398 Gateway gateway = Gateway.newBuilder().build(); in createGatewayExceptionTest2() local
426 Gateway gateway = in updateGatewayTest() local
464 Gateway gateway = in updateGatewayExceptionTest() local
/aosp_15_r20/external/ltp/lib/
H A Dtst_netdevice.c379 size_t dstlen, const void *gateway, size_t gatewaylen) in modify_route()
461 unsigned int dstprefix, in_addr_t gateway) in modify_route_inet()
489 unsigned int dstprefix, size_t dstlen, const void *gateway, in tst_netdev_add_route()
499 in_addr_t dstaddr, unsigned int dstprefix, in_addr_t gateway) in tst_netdev_add_route_inet()
509 unsigned int dstprefix, size_t dstlen, const void *gateway, in tst_netdev_remove_route()
520 in_addr_t gateway) in tst_netdev_remove_route_inet()
/aosp_15_r20/external/googleapis/google/cloud/networkservices/v1/
H A Dgateway.proto165 Gateway gateway = 3 [(google.api.field_behavior) = REQUIRED]; field
179 Gateway gateway = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/curl/src/
H A Dtool_ipfs.c67 char *gateway = curl_getenv("IPFS_GATEWAY"); in ipfs_gateway() local
142 char *gateway = NULL; in ipfs_url_rewrite() local
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/netlink/
DRtNetlinkRouteMessage.java87 final IpPrefix source, final IpPrefix destination, final InetAddress gateway, in RtNetlinkRouteMessage()
302 final StructNlAttr gateway = new StructNlAttr(RTA_GATEWAY, mGateway.getAddress()); in pack() local
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/
DDhcpResults.java45 public InetAddress gateway; field in DhcpResults
291 public void setGateway(InetAddress gateway) { in setGateway()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Connectivity/staticlibs/netd/netd_aidl_interface-V15-java-source/gen/android/net/
DINetdUnsolicitedEventListener.java51 …ic void onRouteChanged(boolean updated, java.lang.String route, java.lang.String gateway, java.lan… in onRouteChanged()
406 …ic void onRouteChanged(boolean updated, java.lang.String route, java.lang.String gateway, java.lan… in onRouteChanged()
500 …public void onRouteChanged(boolean updated, java.lang.String route, java.lang.String gateway, java… in onRouteChanged()
/aosp_15_r20/system/netd/server/
H A DNetlinkHandler.cpp180 const char *gateway = evt->findParam("GATEWAY"); in onEvent() local
272 const std::string& gateway, const std::string& ifName) { in notifyRouteChange()
/aosp_15_r20/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()
/aosp_15_r20/external/googleapis/google/cloud/apigateway/v1/
H A Dapigateway.proto368 Gateway gateway = 3 [(google.api.field_behavior) = REQUIRED]; field
381 Gateway gateway = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-api-gateway/proto-google-cloud-api-gateway-v1/src/main/proto/google/cloud/apigateway/v1/
H A Dapigateway.proto368 Gateway gateway = 3 [(google.api.field_behavior) = REQUIRED]; field
381 Gateway gateway = 2 [(google.api.field_behavior) = REQUIRED]; field
/aosp_15_r20/external/google-cloud-java/java-api-gateway/google-cloud-api-gateway/src/main/java/com/google/cloud/apigateway/v1/
H A DApiGatewayServiceClient.java520 LocationName parent, Gateway gateway, String gatewayId) { in createGatewayAsync()
559 String parent, Gateway gateway, String gatewayId) { in createGatewayAsync()
688 Gateway gateway, FieldMask updateMask) { in updateGatewayAsync()
/aosp_15_r20/packages/modules/AdServices/shared/testing-libraries/side-less/java/com/android/adservices/shared/meta_testing/
DDeviceConfigShellCmdImplIntegrationTestCase.java32 DeviceGateway gateway = getDeviceGateway(); in newFixture() local
/aosp_15_r20/external/google-cloud-java/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/updategateway/
H A DSyncUpdateGatewayGatewayFieldmask.java37 Gateway gateway = Gateway.newBuilder().build(); in syncUpdateGatewayGatewayFieldmask() local
/aosp_15_r20/external/google-cloud-java/java-api-gateway/samples/snippets/generated/com/google/cloud/apigateway/v1/apigatewayservice/creategateway/
H A DSyncCreateGatewayLocationnameGatewayString.java38 Gateway gateway = Gateway.newBuilder().build(); in syncCreateGatewayLocationnameGatewayString() local
H A DSyncCreateGatewayStringGatewayString.java38 Gateway gateway = Gateway.newBuilder().build(); in syncCreateGatewayStringGatewayString() local
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
DWifiGatewayPreferenceController.java46 String gateway = null; in updateState() local
/aosp_15_r20/device/generic/goldfish/dhcp/client/
Drouter.cpp46 Result Router::setDefaultGateway(in_addr_t gateway, unsigned int ifaceIndex) { in setDefaultGateway()
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/border_router/
H A Dtest_firewall.py111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): argument

12345678910>>...19