/frameworks/base/core/res/res/layout/ |
media_route_chooser_dialog.xml | 23 <!-- List of routes. -->
|
/frameworks/base/media/java/android/media/ |
AudioRoutesInfo.java | 24 * Information available from AudioService about the current routes.
|
/frameworks/base/services/net/java/android/net/util/ |
PrefixUtils.java | 63 // TODO: Add directly-connected routes as well (ones from which we did
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
tdls.h | 71 * device resources to make TDLS connections on new routes.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_tr.h | 89 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_tr.h | 89 #define TR_RCF_BROADCAST 0x8000 /* all-routes broadcast */
|
/prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/route/ |
route.go | 56 // When RIBType is related to routes, arg might be a set of route
|
/prebuilts/go/linux-x86/src/vendor/golang_org/x/net/route/ |
route.go | 56 // When RIBType is related to routes, arg might be a set of route
|
/system/netd/server/ |
NetlinkCommands.h | 65 // Flushes netlink objects that take an rtmsg structure (FIB rules, routes...). |getAction| and
|
NetlinkCommands.cpp | 172 // A flush works by dumping routes and deleting each route as it's returned, and it can 174 // happen, for example, if an interface goes down while we're trying to flush its routes.
|
RouteController.cpp | 84 // None of our routes specify priority, which causes them to have the default 85 // priority. For throw routes, we use a fixed priority of 100000. This is 86 // because we use throw routes either for maximum-length routes (/32 for IPv4, 88 // purposely-low-priority default routes that should never match if there is 161 // the index so we can remove the rules and routes. 361 // unreachable routes, so nuke them. (IPv6 allows them to be specified; IPv4 doesn't.) 615 // Add rules to allow legacy routes added through the requestRouteToHost() API. 623 // Rules to allow legacy routes to override the default network. 636 // A rule to allow legacy routes from system apps to override VPNs [all...] |
/external/dhcpcd-6.8.2/ |
ipv6.c | 138 ctx->routes = malloc(sizeof(*ctx->routes)); 139 if (ctx->routes == NULL) { 143 TAILQ_INIT(ctx->routes); 147 free(ctx->routes); 1254 /* Load existing routes */ 1293 ipv6_freerts(ctx->ipv6->routes); 1294 free(ctx->ipv6->routes); [all...] |
/device/google/marlin/ |
audio_policy_configuration.xml | 121 <routes> 148 </routes>
|
/device/huawei/angler/ |
audio_policy_configuration.xml | 111 <routes> 136 </routes>
|
/device/lge/bullhead/ |
audio_policy_configuration.xml | 111 <routes> 136 </routes>
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcSupport.c | 59 @retval Others Please examine the function Udp4->Routes(Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway) returns.
96 Status = Udp4->Routes (Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway);
|
/device/linaro/bootloader/edk2/StdLib/Include/net/ |
radix.h | 84 * Annotations to tree concerning potential routes applying to subtrees.
94 struct radix_node *rmu_leaf; /* for normal routes */
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnPerRouteBean.java | 39 * This class maintains a map of HTTP routes to maximum number of connections allowed 40 * for those routes. This class can be used by pooling
|
/external/syslinux/efi32/include/efi/ |
efiip.h | 203 EFI_IP4_ROUTES Routes; 451 EFI_IP6_ROUTES Routes;
|
/external/syslinux/efi64/include/efi/ |
efiip.h | 203 EFI_IP4_ROUTES Routes; 451 EFI_IP6_ROUTES Routes;
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiip.h | 203 EFI_IP4_ROUTES Routes; 451 EFI_IP6_ROUTES Routes;
|
/frameworks/base/services/core/java/com/android/server/connectivity/tethering/ |
TetherInterfaceStateMachine.java | 125 // connected routes that have been formed from these properties iff. we have 330 // [1] Remove the routes that are deprecated. 337 mLog.e(String.format("Failed to remove %d IPv6 routes from local table.", 341 mLog.e("Failed to remove IPv6 routes from local table: " + e); 347 // [2] Add only the routes that have not previously been added. 370 // that adding routes that already exist does not cause an 374 mLog.e("Failed to add IPv6 routes to local table: " + e); 724 // Accumulate routes representing "prefixes to be assigned to the local
|
/frameworks/base/telecomm/java/android/telecom/ |
AudioState.java | 52 /** Bit mask of all possible audio routes. */ 182 * @return Bit mask of all routes supported by this call.
|
/frameworks/support/v7/mediarouter/jellybean-mr1/android/support/v7/media/ |
MediaRouterJellybeanMr1.java | 90 // On JB MR1, there is no API to scan wifi display routes. 92 // wifi displays on this version but only when live video routes are requested.
|
/kernel/tests/net/test/ |
net_test.py | 269 routes = open("/proc/net/ipv6_route").readlines() 270 for route in routes: 273 # Routes in non-default tables end up in /proc/net/ipv6_route!!! 278 routes = open("/proc/net/route").readlines() 279 for route in routes:
|