/system/netd/server/ |
InterfaceController.cpp | 231 // This causes RAs to work or not work based on whether forwarding is on, and causes routes 259 // addresses and routes and disables IPv6 on the interface. 355 // If == 0: default. Routes go into RT6_TABLE_MAIN. 356 // If > 0: user set. Routes go into the specified table. 358 // ID to get the table. If it's set to -1000, routes from interface ID 5 will go into
|
/frameworks/base/services/net/java/android/net/ip/ |
IpManager.java | 456 // The prefix length of routes in directlyConnectedRoutes be within reasonable 470 * @return true if the given list of addressess and routes satisfies provisioning for this 472 * because addresses and routes seen by Netlink will contain additional fields like flags, 476 * If the given list of routes is null, only addresses are taken into considerations. 478 public boolean isProvisionedBy(List<LinkAddress> addresses, List<RouteInfo> routes) { 489 if (routes != null) { 491 if (!any(routes, (routeSeen) -> isDirectlyConnectedRoute(routeSeen, prefix))) { [all...] |
/external/dhcpcd-6.8.2/ |
dhcp.c | 360 struct rt_head *routes; local 367 routes = malloc(sizeof(*routes)); 368 TAILQ_INIT(routes); 373 ipv4_freeroutes(routes); 380 ipv4_freeroutes(routes); 388 ipv4_freeroutes(routes); 391 TAILQ_INSERT_TAIL(routes, rt, next); 404 return routes; 549 /* This calculates the netmask that we should use for static routes 587 struct rt_head *routes = NULL; local [all...] |
if-options.c | 1069 } else if (strncmp(arg, "routes=", strlen("routes=")) == 0 || 1080 "all routes need a gateway"); 1085 if (ifo->routes == NULL) { 1086 ifo->routes = malloc(sizeof(*ifo->routes)); 1087 if (ifo->routes == NULL) { 1092 TAILQ_INIT(ifo->routes); 1107 TAILQ_INSERT_TAIL(ifo->routes, rt, next); 1110 if (ifo->routes == NULL) [all...] |
ipv4.h | 64 struct rt_head routes; member in struct:ipv4_state
|
/developers/build/prebuilts/gradle/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
MainActivity.java | 42 * routes using a menu item provided by the {@link android.app.MediaRouteActionProvider}. 216 // Update the displays based on the currently active routes 225 // Stop listening for changes to media routes.
|
/developers/samples/android/media/BasicMediaRouter/Application/src/main/java/com/example/android/basicmediarouter/ |
MainActivity.java | 42 * routes using a menu item provided by the {@link android.app.MediaRouteActionProvider}. 216 // Update the displays based on the currently active routes 225 // Stop listening for changes to media routes.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationWithMediaRouterActivity.java | 50 * media routes using a menu item. When a presentation display is available, 107 // Listen for changes to media routes. 120 // Stop listening for changes to media routes.
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
MainActivity.java | 42 * routes using a menu item provided by the {@link android.app.MediaRouteActionProvider}. 216 // Update the displays based on the currently active routes 225 // Stop listening for changes to media routes.
|
/compatibility/cdd/9_security-model/ |
9_8_privacy.md | 60 routes network data traffic through a proxy server or VPN gateway (for example,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
AlwaysOnVpnTest.java | 40 public static final String RESTRICTION_ROUTES = "vpn.routes";
|
/cts/tests/tests/net/src/android/net/cts/ |
MultinetworkSysctlTest.java | 79 * a03f539 net: ipv6: autoconf routes into per-device tables
|
/cts/tests/tests/security/src/android/security/cts/ |
CertBlacklistTest.java | 66 * Tests that the path building correctly routes around a blacklisted cert where there are
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Ip4/ |
Ip4.h | 231 EFI_IP4_ROUTES Routes;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/Tcp4/ |
Tcp4.h | 233 EFI_TCP4_ROUTES Routes;
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Protocol/ |
HardwareInterrupt.h | 5 and a 2nd layer of software that routes the interrupt handlers based on the
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/ |
PxeBcSupport.h | 55 @retval Others Please examine the function Udp4->Routes(Udp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, Gateway) returns.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
Udp4.h | 243 The Routes() function adds a route to or deletes a route from the routing table.
244 Routes are determined by comparing the SubnetAddress with the destination IP
249 other routes.
435 EFI_UDP4_ROUTES Routes;
|
/external/apache-http/src/org/apache/http/conn/params/ |
ConnRouteParamBean.java | 42 * Allows for setting parameters relating to connection routes on
|
/external/apache-http/src/org/apache/http/conn/routing/ |
package.html | 44 Routes through proxies can be tunnelled, and a layered protocol (TLS/SSL)
|
/external/conscrypt/platform/src/test/java/org/conscrypt/ |
CertBlacklistTest.java | 63 /** Test that the path building correctly routes around a blacklisted cert where there are
|
/external/iproute2/man/man8/ |
ip-monitor.8 | 40 and routes continuously. This option has a slightly different format.
|
ip-tcp_metrics.8 | 36 routes), recent TSVAL for TIME-WAIT recycling purposes, state for the
|
/external/libchrome/base/allocator/ |
allocator_shim.h | 37 // ultimately routes the calls to the actual allocator defined by the build
|
/external/ltp/testcases/network/stress/interface/ |
if-route-addlarge | 57 tst_resm TINFO "'$cmd_name' add IPv$ipver $ROUTE_TOTAL routes"
|