/aosp_15_r20/packages/modules/Connectivity/framework/src/android/net/ |
D | RouteInfo.java | 146 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()
|
D | StaticIpConfiguration.java | 46 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 D | GatewayName.java | 38 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/ |
D | issue33355.go | 25 type gateway struct { struct 26 cfg *gatewayCfg 27 outsim *sync.Map 39 gateway *srvGateway member
|
/aosp_15_r20/external/ltp/include/ |
H A D | tst_netdevice.h | 85 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 D | ApiGatewayServiceClientTest.java | 289 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 D | ApiGatewayServiceClientHttpJsonTest.java | 309 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 D | tst_netdevice.c | 379 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 D | gateway.proto | 165 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 D | tool_ipfs.c | 67 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/ |
D | RtNetlinkRouteMessage.java | 87 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/ |
D | DhcpResults.java | 45 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/ |
D | INetdUnsolicitedEventListener.java | 51 …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 D | NetlinkHandler.cpp | 180 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 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()
|
/aosp_15_r20/external/googleapis/google/cloud/apigateway/v1/ |
H A D | apigateway.proto | 368 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 D | apigateway.proto | 368 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 D | ApiGatewayServiceClient.java | 520 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/ |
D | DeviceConfigShellCmdImplIntegrationTestCase.java | 32 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 D | SyncUpdateGatewayGatewayFieldmask.java | 37 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 D | SyncCreateGatewayLocationnameGatewayString.java | 38 Gateway gateway = Gateway.newBuilder().build(); in syncCreateGatewayLocationnameGatewayString() local
|
H A D | SyncCreateGatewayStringGatewayString.java | 38 Gateway gateway = Gateway.newBuilder().build(); in syncCreateGatewayStringGatewayString() local
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/ |
D | WifiGatewayPreferenceController.java | 46 String gateway = null; in updateState() local
|
/aosp_15_r20/device/generic/goldfish/dhcp/client/ |
D | router.cpp | 46 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 D | test_firewall.py | 111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): argument
|