HomeSort by relevance Sort by last modified time
    Searched defs:Route (Results 1 - 13 of 13) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
Route.java 36 * Route SIPHeader Object
44 public class Route
55 public Route() {
65 public Route(AddressImpl address) {
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Route.java 22 * The concrete route used by a connection to reach an abstract origin server.
32 * Each route is a specific selection of these options.
34 public final class Route {
39 public Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress) {
59 * Returns the {@link Proxy} of this route.
74 * Returns true if this route tunnels HTTPS through an HTTP proxy. See <a
82 if (obj instanceof Route) {
83 Route other = (Route) obj;
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Route.java 23 * The concrete route used by a connection to reach an abstract origin server.
33 * Each route is a specific selection of these options.
36 public final class Route {
41 public Route(Address address, Proxy proxy, InetSocketAddress inetSocketAddress) {
61 * Returns the {@link Proxy} of this route.
76 * Returns true if this route tunnels HTTPS through an HTTP proxy. See <a
84 if (obj instanceof Route) {
85 Route other = (Route) obj;
  /external/scapy/scapy/
route.py 25 class Route:
67 dev, ifaddr, _ = self.route(nhop)
83 route = self.make_route(*args,**kargs)
85 i=self.routes.index(route)
88 warning("no matching route found")
98 for i, route in enumerate(self.routes):
99 net, msk, gw, iface, addr, metric = route
134 def route(self,dest,verbose=None): member in class:Route
166 warning("No route found (no default route?)"
    [all...]
  /external/autotest/client/cros/
routing.py 11 does the same for IPv6; and Route, which has common code
15 ROUTES_V4_FILE = "/proc/net/route"
18 # The following constants are from <net/route.h>
22 # IPv6 constants from <net/route.h>
28 class Route(object):
72 class IPv4Route(Route):
95 route = routeline.split()
96 interface = route[col_map["Iface"]]
97 destination = route[col_map["Destination"]]
98 gateway = route[col_map["Gateway"]
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Route.c 2 The functions and routines to handle the route caches and route table.
20 as the index of the route cache bucket according to the prefix of two IPv6 addresses.
44 Allocate a route entry then initialize it with the Destination/PrefixLength
53 @return NULL if failed to allocate memeory; otherwise, the newly created route entry.
87 Free the route table entry. It is reference counted.
89 @param[in, out] RtEntry The route entry to free.
105 Search the route table for a most specific match to the Dst. It searches
106 from the longest route area (prefix length == 128) to the shortest route area
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Ip4Dxe/
Ip4Config2Impl.h 206 UINT8 Route;
  /device/linaro/bootloader/edk2/ArmPkg/Library/BdsLib/
BdsFilePath.c 34 UINT8 Route;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 107 USB_DEV_TOPOLOGY Route;
876 Find out the slot id according to the device's route string.
879 @param RouteString The route string described the device location.
942 @param ParentRouteChart The route string pointed to the parent device if it exists.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 103 USB_DEV_TOPOLOGY Route;
797 Find out the slot id according to the device's route string.
800 @param RouteString The route string described the device location.
845 @param ParentRouteChart The route string pointed to the parent device if it exists.
1005 @param ParentRouteChart The route string pointed to the parent device.
1007 @param RouteChart The route string pointed to the device.
1027 @param ParentRouteChart The route string pointed to the parent device.
    [all...]
  /external/syzkaller/vendor/google.golang.org/api/compute/v0.beta/
compute-gen.go     [all...]
  /external/guice/extensions/persist/lib/
cglib-nodep-3.2.6.jar 
  /external/guice/lib/build/
cglib-3.2.6.jar 

Completed in 387 milliseconds