/system/bt/bta/sys/ |
bta_sys_conn.cc | 21 * Routes connection status callbacks from various sub systems to DM
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
VpnTest.java | 197 String[] addresses, String[] routes, 223 .putExtra(mPackageName + ".routes", TextUtils.join(",", routes))
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/ |
Udp4Impl.h | 238 The Routes() function adds a route to or deletes a route from the routing table.
239 Routes are determined by comparing the SubnetAddress with the destination IP
244 other routes.
|
/external/autotest/client/common_lib/cros/network/ |
interface.py | 423 @param interface_name_regex string regex to filter routes by interface. 424 @return DefaultRoute tuple, or None if no default routes are found. 427 # Build a list of default routes, filtered by interface if requested.
|
/external/ppp/pppd/ |
sys-solaris.c | 2654 mib2_ipRouteEntry_t routes[8]; local [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/ |
Ip6Impl.h | 471 The Routes() function adds a route to or deletes a route from the routing table.
473 Routes are determined by comparing the leftmost PrefixLength bits of Destination with
478 default route matches all destination IPv6 addresses that do not match any other routes.
[all...] |
/external/dhcpcd-6.8.2/ |
dhcpcd.conf.5.in | 370 addresses and routes. 426 Don't install any default routes. 546 Here is an example which configures a static address, routes and dns.
|
if-bsd.c | 597 /* None interface subnet routes are static. */ 979 /* None interface subnet routes are static. */ 1238 * BSD caches host routes in the [all...] |
/external/iputils/ |
rdisc.c | 203 puts all routes in the kernel. */ [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/ |
HiiConfigRouting.h | 126 This function processes the results of processing forms and routes it to the
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
IScsiTcp4Io.c | 140 Status = Tcp4->Routes (Tcp4, FALSE, &mZeroIp4Addr, &mZeroIp4Addr, &ConfigData->Gateway);
|
/external/compiler-rt/lib/interception/ |
interception.h | 84 // preloaded before an executable using DYLD_INSERT_LIBRARIES, it routes all
|
/external/fec/ |
simd-viterbi.3 | 153 The default polynomials for the viterbi27 routes
|
/external/iproute2/include/linux/ |
rtnetlink.h | 254 Intermediate values are also possible f.e. interior routes
|
/external/kernel-headers/original/uapi/linux/ |
rtnetlink.h | 259 Intermediate values are also possible f.e. interior routes
|
/external/libchrome/base/process/ |
process_posix.cc | 52 // the application itself it would probably be best to examine other routes.
|
/external/libchrome/base/trace_event/ |
heap_profiler_heap_dump_writer.cc | 230 // case. There might be multiple routes to the same entry (first break down
|
/external/libnl/include/linux-private/linux/ |
rtnetlink.h | 233 Intermediate values are also possible f.e. interior routes
|
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogFilter.java | 369 RouteList routes = sipRequest.getRouteHeaders(); local 370 Route route = (Route) routes.getFirst(); 385 if (routes.size() == 1) 388 routes.removeFirst(); [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
RouteSelectorTest.java | 291 // Extract the regular sequence of routes from selector.
|
/external/tcpdump/ |
print-dvmrp.c | 39 #define DVMRP_REPORT 2 /* for reporting some or all routes */
|
print-rip.c | 234 ND_PRINT((ndo, ", routes: %u%s", j, rp->rip_vers == 2 ? " or less" : ""));
|
/frameworks/base/core/tests/coretests/src/android/net/ |
RouteInfoTest.java | 231 // Make sure that creating routes to multicast addresses doesn't throw an exception. Even though
|
/frameworks/base/services/core/java/com/android/server/ |
NetworkManagementService.java | 1294 List<RouteInfo> routes = new ArrayList<>(); local [all...] |
/frameworks/base/services/core/java/com/android/server/connectivity/ |
Nat464Xlat.java | 256 // understand routes without gateways (see, e.g., http://b/9597256
|