Home
last modified time | relevance | path

Searched full:route (Results 1 – 25 of 8030) sorted by relevance

12345678910>>...322

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh9 local route=$1; shift
13 ip -n $ns -j -p -$family route show $route \
31 local route=$1; shift
34 busywait 5000 __fib_trap_check $ns $family "$route" $should_fail
40 local route=$1; shift
43 fib_trap_check $ns 4 "$route" $should_fail
49 local route=$1; shift
52 fib_trap_check $ns 6 "$route" $should_fail
67 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024
69 check_err $? "Route not in hardware when should"
[all …]
/aosp_15_r20/external/libnl/lib/route/
H A Droute_obj.c7 * @ingroup route
8 * @defgroup route_obj Route Object
36 #include <netlink/route/rtnl.h>
37 #include <netlink/route/route.h>
38 #include <netlink/route/link.h>
39 #include <netlink/route/nexthop.h>
41 #include "nl-route.h"
42 #include "nl-aux-route/nl-route.h"
253 link_cache = nl_cache_mngt_require_safe("route/link"); in route_dump_details()
326 struct rtnl_route *route = (struct rtnl_route *) obj; in route_dump_stats() local
[all …]
/aosp_15_r20/external/libnl/
H A DMakefile.am31 libnl-route-3.0.pc \
110 libnlinclude_netlink_routedir = $(libnlincludedir)/netlink/route
112 include/netlink/route/action.h \
113 include/netlink/route/addr.h \
114 include/netlink/route/class.h \
115 include/netlink/route/classifier.h \
116 include/netlink/route/link.h \
117 include/netlink/route/mdb.h \
118 include/netlink/route/neighbour.h \
119 include/netlink/route/neightbl.h \
[all …]
/aosp_15_r20/external/libnl/tools/
H A Dclang-format.sh27 "include/netlink/cli/route.h"
60 "include/netlink/route/act/skbedit.h"
61 "include/netlink/route/action.h"
62 "include/netlink/route/addr.h"
63 "include/netlink/route/class.h"
64 "include/netlink/route/classifier.h"
65 "include/netlink/route/cls/basic.h"
66 "include/netlink/route/cls/cgroup.h"
67 "include/netlink/route/cls/ematch.h"
68 "include/netlink/route/cls/ematch/cmp.h"
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DMediaRouter.java178 // This will select the active wifi display route if there is one. in startMonitoringRoutes()
195 // This will select the active BT route if there is one and the current in startMonitoringRoutes()
196 // selected route is the default system route, or if there is no selected in startMonitoringRoutes()
197 // route yet. in startMonitoringRoutes()
204 // Select the default route if the above didn't sync us up in startMonitoringRoutes()
407 final RouteInfo route = mRoutes.get(i); in updatePresentationDisplays() local
408 if (route.updatePresentationDisplay() || (route.mPresentationDisplay != null in updatePresentationDisplays()
409 && route.mPresentationDisplay.getDisplayId() == changedDisplayId)) { in updatePresentationDisplays()
410 dispatchRoutePresentationDisplayChanged(route); in updatePresentationDisplays()
420 final RouteInfo route = mRoutes.get(i); in handleGroupRouteSelected() local
[all …]
H A DMediaRoute2Info.java55 * Describes the properties of a route.
72 * The {@link #getOriginalId() original id} of the route that represents the built-in media
73 * route.
75 * <p>A route with this id will only be visible to apps with permission to do system routing,
85 * The {@link #getOriginalId() original id} of the route that represents the default system
86 * media route.
88 * <p>A route with this id will be visible to apps with no permission over system routing. See
102 * The default connection state indicating the route is disconnected.
109 * A connection state indicating the route is in the process of connecting and is not yet
117 * A connection state indicating the route is connected.
[all …]
H A DMediaRouter2.java87 * The state of a router not requesting route scanning.
202 * Stores an auxiliary copy of {@link #mFilteredRoutes} at the time of the last route callback
203 * dispatch. This is only used to determine what callback a route should be assigned to (added,
245 * setting a route callback.
299 * setting a route callback.
365 * when setting a route callback.
470 * <p>Route discovery can happen even when the {@link #startScan()} is not called. This is
475 * <p>Use {@link RouteCallback} to get the route related events.
494 * <p>Route discovery can be continued even after this method is called. This is because the
499 * <p>Use {@link RouteCallback} to get the route related events.
[all …]
H A DMediaRouter2Manager.java109 * Gets an instance of media router manager that controls media route of other applications.
139 * Registers a callback to listen route info.
285 (route) -> sessionInfo.isSystemSession() ^ route.isSystemRoute()); in getTransferableRoutes()
322 for (MediaRoute2Info route : getSortedRoutes(discoveryPreference)) { in getFilteredRoutes()
323 if (!route.isVisibleTo(packageName)) { in getFilteredRoutes()
327 sessionInfo.getTransferableRoutes().contains(route.getId()); in getFilteredRoutes()
329 sessionInfo.getSelectedRoutes().contains(route.getId()); in getFilteredRoutes()
332 routes.add(route); in getFilteredRoutes()
335 if (!route.hasAnyFeatures(discoveryPreference.getPreferredFeatures())) { in getFilteredRoutes()
339 && (route.getPackageName() == null in getFilteredRoutes()
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/app-route/
H A DREADME.md5 app-location.html app-route-converter-behavior.html app-route-converter.html app-route.html
15 …tps://travis-ci.org/PolymerElements/app-route.svg?branch=master)](https://travis-ci.org/PolymerEle…
18 ## &lt;app-route&gt;
20 `app-route` is an element that enables declarative, self-describing routing
23 > *n.b. app-route is still in beta. We expect it will need some changes. We're counting on your fee…
25 In its typical usage, a `app-route` element consumes an object that describes
26 some state about the current route, via the `route` property. It then parses
28 related to the `route`, and a `tail` that contains the rest of the `route` that
34 <app-location route="{{route}}"></app-location>
35 <app-route
[all …]
H A Dapp-route.html14 `app-route` is an element that enables declarative, self-describing routing
17 > *n.b. app-route is still in beta. We expect it will need some changes. We're counting on your fee…
19 In its typical usage, a `app-route` element consumes an object that describes
20 some state about the current route, via the `route` property. It then parses
22 related to the `route`, and a `tail` that contains the rest of the `route` that
27 <app-location route="{{route}}"></app-location>
28 <app-route
29 route="{{route}}"
33 </app-route>
35 In the above example, the `app-location` produces a `route` value. Then, the
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/netdevsim/
H A Dfib_notifications.sh85 local route=$1; shift
93 $IP monitor route &> $outfile &
95 $IP route add $route dev dummy1
102 $IP route del $route dev dummy1
110 local route=192.0.2.0/24
113 # route.
117 route_addition_check $ip $notify $route $expected_num_notifications
119 # Make sure two notifications will be emitted for the programmed route.
122 route_addition_check $ip $notify $route $expected_num_notifications
124 # notify=2 means emit notifications only for failed route installation,
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dfib_tests.sh100 echo "Single path route test"
105 $IP route get fibmatch 198.51.100.2 &> /dev/null
107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
115 $IP route get fibmatch 198.51.100.2 &> /dev/null
116 log_test $? 2 "IPv4 fibmatch - no route"
117 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null
118 log_test $? 2 "IPv6 fibmatch - no route"
127 echo "Multipath route test"
137 $IP route add 203.0.113.0/24 \
140 $IP -6 route add 2001:db8:3::/64 \
[all …]
/aosp_15_r20/external/chromium-trace/catapult/third_party/polymer/components/app-route/test/
H A Dapp-route.html13 <title>app-route</title>
19 <link rel="import" href="../app-route.html">
25 <app-route pattern='/user/:username'>
26 </app-route>
32 <app-route
34 route="{{numberOneTopRoute}}"
37 </app-route>
39 <app-route
41 route="{{fooRoute}}"
43 </app-route>
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh62 # Try to avoid races with route offload
65 num=$(ip -6 route show match ${pfx} | grep "offload" | wc -l)
78 # Add a prefix route and check that it is offloaded.
79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100
81 check_err $? "prefix route not offloaded"
83 # Append an identical prefix route with an higher metric and check that
85 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 200
91 # Prepend an identical prefix route with lower metric and check that
93 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 10
101 # Delete the routes and add the same route with a different nexthop
[all …]
/aosp_15_r20/external/google-cloud-java/java-maps-routing/proto-google-maps-routing-v2/src/main/java/com/google/maps/routing/v2/
H A DRoute.java17 // source: google/maps/routing/v2/route.proto
25 * Encapsulates a route, which consists of a series of connected road segments
29 * Protobuf type {@code google.maps.routing.v2.Route}
31 public final class Route extends com.google.protobuf.GeneratedMessageV3 class
33 // @@protoc_insertion_point(message_implements:google.maps.routing.v2.Route)
36 // Use Route.newBuilder() to construct.
37 private Route(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Route() method in Route
41 private Route() { in Route() method in Route
52 return new Route(); in newInstance()
71 com.google.maps.routing.v2.Route.class, com.google.maps.routing.v2.Route.Builder.class); in internalGetFieldAccessorTable()
[all …]
H A DComputeRoutesResponse.java73 private java.util.List<com.google.maps.routing.v2.Route> routes_;
79 * compute_alternatives_routes, and contains just one route when you don't.
81 * recommended route. If the array is empty, then it means no route could be
85 * <code>repeated .google.maps.routing.v2.Route routes = 1;</code>
88 public java.util.List<com.google.maps.routing.v2.Route> getRoutesList() { in getRoutesList()
96 * compute_alternatives_routes, and contains just one route when you don't.
98 * recommended route. If the array is empty, then it means no route could be
102 * <code>repeated .google.maps.routing.v2.Route routes = 1;</code>
114 * compute_alternatives_routes, and contains just one route when you don't.
116 * recommended route. If the array is empty, then it means no route could be
[all …]
/aosp_15_r20/external/iproute2/man/man8/
H A Dip-route.8.in1 .TH IP\-ROUTE 8 "13 Dec 2012" "iproute2" "Linux"
3 ip-route \- routing table management
11 .B route
30 .B ip route get
44 .I ROUTE
66 .IR ROUTE " := " NODE_SPEC " [ " INFO_SPEC " ]"
237 .B ip route
240 .B Route types:
244 - the route entry describes real paths to the destinations covered
245 by the route prefix.
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/route/v3/
H A Droute_components.proto3 package envoy.config.route.v3;
29 option java_package = "io.envoyproxy.envoy.config.route.v3";
32 option go_package = "github.com/envoyproxy/go-control-plane/envoy/config/route/v3;routev3";
35 // [#protodoc-title: HTTP route components]
43 // upstream cluster to route to or whether to perform a redirect.
46 option (udpa.annotations.versioning).previous_message_type = "envoy.api.v2.route.VirtualHost";
83 // Only a single virtual host in the entire route configuration can match on ``*``. A domain
93 // The first route that matches will be used.
95 repeated Route routes = 3;
98 …// The match tree to use when resolving route actions for incoming requests. Only one of this and …
[all …]
/aosp_15_r20/external/grpc-grpc/tools/distrib/python/xds_protos/envoy/config/route/v3/
H A Droute_components_pb2.py3 # source: envoy/config/route/v3/route_components.proto
36route/v3/route_components.proto\x12\x15\x65nvoy.config.route.v3\x1a\x1f\x65nvoy/config/core/v3/bas…
40 _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'envoy.config.route.v3.route_components_pb2', _…
43 …#io.envoyproxy.envoy.config.route.v3B\024RouteComponentsProtoP\001ZDgithub.com/envoyproxy/go-contr…
65 _VIRTUALHOST._serialized_options = b'\232\305\210\036 \n\036envoy.api.v2.route.VirtualHost'
67 _FILTERACTION._serialized_options = b'\232\305\210\036!\n\037envoy.api.v2.route.FilterAction'
83 _ROUTE._serialized_options = b'\232\305\210\036\032\n\030envoy.api.v2.route.Route'
101 …_WEIGHTEDCLUSTER_CLUSTERWEIGHT._serialized_options = b'\232\305\210\0362\n0envoy.api.v2.route.Weig…
109 _WEIGHTEDCLUSTER._serialized_options = b'\232\305\210\036$\n\"envoy.api.v2.route.WeightedCluster'
113 …_ROUTEMATCH_GRPCROUTEMATCHOPTIONS._serialized_options = b'\232\305\210\0365\n3envoy.api.v2.route.R…
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/upbdefs-gen/envoy/config/route/v3/
H A Droute_components.upbdefs.h3 * envoy/config/route/v3/route_components.proto
23 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.VirtualHost"); in envoy_config_route_v3_VirtualHost_getmsgdef()
28 …return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.VirtualHost.TypedPerFilterConfigEnt… in envoy_config_route_v3_VirtualHost_TypedPerFilterConfigEntry_getmsgdef()
33 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.FilterAction"); in envoy_config_route_v3_FilterAction_getmsgdef()
38 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.RouteList"); in envoy_config_route_v3_RouteList_getmsgdef()
43 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.Route"); in envoy_config_route_v3_Route_getmsgdef()
48 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.Route.TypedPerFilterConfigEntry"); in envoy_config_route_v3_Route_TypedPerFilterConfigEntry_getmsgdef()
53 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.WeightedCluster"); in envoy_config_route_v3_WeightedCluster_getmsgdef()
58 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.WeightedCluster.ClusterWeight"); in envoy_config_route_v3_WeightedCluster_ClusterWeight_getmsgdef()
63 …return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.WeightedCluster.ClusterWeight.Typed… in envoy_config_route_v3_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_getmsgdef()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/upbdefs-generated/envoy/config/route/v3/
Droute_components.upbdefs.h4 * envoy/config/route/v3/route_components.proto
27 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.VirtualHost"); in envoy_config_route_v3_VirtualHost_getmsgdef()
32 …return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.VirtualHost.TypedPerFilterConfigEnt… in envoy_config_route_v3_VirtualHost_TypedPerFilterConfigEntry_getmsgdef()
37 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.FilterAction"); in envoy_config_route_v3_FilterAction_getmsgdef()
42 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.RouteList"); in envoy_config_route_v3_RouteList_getmsgdef()
47 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.Route"); in envoy_config_route_v3_Route_getmsgdef()
52 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.Route.TypedPerFilterConfigEntry"); in envoy_config_route_v3_Route_TypedPerFilterConfigEntry_getmsgdef()
57 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.WeightedCluster"); in envoy_config_route_v3_WeightedCluster_getmsgdef()
62 return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.WeightedCluster.ClusterWeight"); in envoy_config_route_v3_WeightedCluster_ClusterWeight_getmsgdef()
67 …return upb_DefPool_FindMessageByName(s, "envoy.config.route.v3.WeightedCluster.ClusterWeight.Typed… in envoy_config_route_v3_WeightedCluster_ClusterWeight_TypedPerFilterConfigEntry_getmsgdef()
[all …]
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh7 # veth1 <---> veth2 veth3 <---> veth4 (the top route)
8 # veth5 <---> veth6 veth7 <---> veth8 (the bottom route)
18 # IP*_1 <=> IP*_2 <=> IP*_3 <=> IP*_4 (the top route)
21 # NS1/NS2 are configured to route packets to IPv*_GRE via IP*_8
22 # (the bottom route)
30 # that encaps the packets with an IP/GRE header to route to IPv*_GRE
36 # that encaps the packets with an IP/GRE header to route to IPv*_GRE
151 ip -netns ${NS1} route add table 1001 unreachable default metric 8192
152 ip -netns ${NS1} -6 route add table 1001 unreachable default metric 8192
158 ip -netns ${NS2} route add table 1001 unreachable default metric 8192
[all …]
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DCallAudioRouteController.java395 Log.i(this, "Can't find available audio device info for route TYPE_SPEAKER, trying" in initialize()
405 Log.w(this, "Can't find available audio device info for route TYPE_SPEAKER " in initialize()
415 Log.w(this, "Can't find available audio device info for route TYPE_WIRED_HEADSET"); in initialize()
425 Log.w(this, "Can't find available audio device info for route TYPE_EARPIECE"); in initialize()
432 // set current route in initialize()
549 Log.i(this, "Ignore routing to unavailable route: %s", destRoute); in routeTo()
560 Log.i(this, "Override current pending route destination from %s(active=%b) to " in routeTo()
563 // Ensure we don't keep waiting for SPEAKER_ON if dest route gets overridden. in routeTo()
568 // override pending route while keep waiting for still pending messages for the in routeTo()
569 // previous pending route in routeTo()
[all …]
/aosp_15_r20/external/lottie/sample-compose/src/main/java/com/airbnb/lottie/sample/compose/
H A DComposeActivity.kt69 val currentRoute = navBackStackEntry?.destination?.route in <lambda>()
80 selected = currentRoute == item.route.route, in <lambda>()
82 if (currentRoute != item.route.route) { in <lambda>()
83 navController.navigate(item.route.route) in <lambda>()
94 NavHost(navController, startDestination = Route.Showcase.route) { in <lambda>()
95 composable(Route.Showcase.route) { ShowcasePage(navController) } in <lambda>()
96 composable(Route.Preview.route) { PreviewPage(navController) } in <lambda>()
97 composable(Route.LottieFiles.route) { LottieFilesPage(navController) } in <lambda>()
98 composable(Route.Examples.route) { ExamplesPage(navController) } in <lambda>()
99 composable(Route.BasicUsageExamples.route) { BasicUsageExamplesPage() } in <lambda>()
[all …]
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DXdsClientImplDataTest.java20 import static io.envoyproxy.envoy.config.route.v3.RouteAction.ClusterSpecifierCase.CLUSTER_SPECIFIE…
70 import io.envoyproxy.envoy.config.route.v3.DirectResponseAction;
71 import io.envoyproxy.envoy.config.route.v3.FilterAction;
72 import io.envoyproxy.envoy.config.route.v3.NonForwardingAction;
73 import io.envoyproxy.envoy.config.route.v3.RedirectAction;
74 import io.envoyproxy.envoy.config.route.v3.RetryPolicy;
75 import io.envoyproxy.envoy.config.route.v3.RetryPolicy.RetryBackOff;
76 import io.envoyproxy.envoy.config.route.v3.RouteAction.HashPolicy.ConnectionProperties;
77 import io.envoyproxy.envoy.config.route.v3.RouteAction.HashPolicy.FilterState;
78 import io.envoyproxy.envoy.config.route.v3.RouteAction.HashPolicy.Header;
[all …]

12345678910>>...322