HomeSort by relevance Sort by last modified time
    Searched full:routing (Results 1 - 25 of 731) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/extensions/
libipt_realm.man 1 This matches the routing realm. Routing realms are used in complex routing
2 setups involving dynamic routing protocols like BGP.
libxt_TPROXY.man 5 routing rules.
20 by advanced routing. (Required for transparent proxying to work: otherwise
  /external/chromium/chrome/browser/automation/
automation_resource_routing_delegate.h 13 // Interface for registering RenderViewHost instances for resource routing
17 // Call to register |render_view_host| for resource routing automation
21 // Call to unregister |render_view_host| from resource routing automation.
  /external/iproute2/ip/
routef 8 echo "This script will flush the IPv4 routing table"
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
package.html 5 <p>Contains APIs that control the routing of media channels and streams from the current device
  /external/chromium_org/content/common/
message_router.h 12 // The MessageRouter handles all incoming messages sent to it by routing them
13 // to the correct listener. Routing is based on the Message's routing ID.
14 // Since routing IDs are typically assigned asynchronously by the browser
16 // have not yet been assigned a routing ID.
18 // When a message arrives, the routing ID is used to index the set of routes to
20 // Otherwise, the message is ignored if its routing ID is not equal to
51 // Called to add/remove a listener for a particular message routing ID.
56 // A list of all listeners with assigned routing IDs.
  /external/iproute2/man/man8/
ip-rule.8 3 ip-rule \- routing policy database management
55 in the routing policy database control the route selection algorithm.
58 Classic routing algorithms used in the Internet make routing decisions
66 This task is called 'policy routing'.
69 To solve this task, the conventional destination based routing table, ordered
70 according to the longest match rule, is replaced with a 'routing policy
74 Each policy routing rule consists of a
95 Priority: 0, Selector: match anything, Action: lookup routing
101 table is a special routing table containin
    [all...]
ip-mroute.8 3 ip-mroute \- multicast routing cache management
18 objects are multicast routing cache entries created by a user level
25 Due to the limitations of the current interface to the multicast routing
ip-route.8 3 ip-route \- routing table management
142 is used to manipulate entries in the kernel routing tables.
191 no route was found. Without policy routing it is equivalent to the
192 absence of the route in the routing table. The packets are dropped
223 - a special type used for multicast routing. It is not present in
224 normal routing tables.
229 Linux-2.x can pack routes into several routing tables identified
246 The multiple routing tables enter the game when
247 .I policy routing
363 routing code to maintain compatibility with previous releases
    [all...]
ip-route.8.in 3 ip-route \- routing table management
142 is used to manipulate entries in the kernel routing tables.
191 no route was found. Without policy routing it is equivalent to the
192 absence of the route in the routing table. The packets are dropped
223 - a special type used for multicast routing. It is not present in
224 normal routing tables.
229 Linux-2.x can pack routes into several routing tables identified
246 The multiple routing tables enter the game when
247 .I policy routing
363 routing code to maintain compatibility with previous releases
    [all...]
ip.8 3 ip \- show / manipulate routing, devices, policy routing and tunnels
132 - multicast routing cache entry.
136 - rule in multicast routing policy database.
152 - routing table entry.
156 - rule in routing policy database.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipv6.h 13 * source interface/address selection, source routing, etc...
32 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
35 * routing header
63 * routing header type 0 (used in cmsghdr struct)
75 * routing header type 2
in_route.h 4 /* IPv4 routing cache flags */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 13 * source interface/address selection, source routing, etc...
32 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
35 * routing header
63 * routing header type 0 (used in cmsghdr struct)
75 * routing header type 2
in_route.h 4 /* IPv4 routing cache flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipv6.h 13 * source interface/address selection, source routing, etc...
32 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
35 * routing header
63 * routing header type 0 (used in cmsghdr struct)
75 * routing header type 2
in_route.h 4 /* IPv4 routing cache flags */
  /external/libnfc-nci/src/nfa/include/
nfa_ee_api.h 45 NFA_EE_ADD_AID_EVT, /* The status for adding an AID to a routing table entry */
46 NFA_EE_REMOVE_AID_EVT, /* The status for removing an AID from a routing table */
47 NFA_EE_SET_TECH_CFG_EVT, /* The status for setting the routing based on RF tech. */
48 NFA_EE_SET_PROTO_CFG_EVT, /* The status for setting the routing based on protocols */
55 NFA_EE_ROUT_ERR_EVT, /* Error - exceed NFCC CE Routing size */
83 #define NFA_EE_PWR_STATE_NONE 0 /* used to remove a particular technology or protocol based routing cfg of a handle from the routing table. */
300 ** default routing based on RF technology in the listen mode
301 ** routing table for the given ee_handle. The status of this
308 ** to change the listen mode routing is called
    [all...]
  /external/kernel-headers/original/linux/
in_route.h 4 /* IPv4 routing cache flags */
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_view.h 43 // NSTextField subclass responsible for routing -menu to the BookmarBarView.
52 // GTMWidthBasedTweaker subclass responsible for routing -menu to the
  /external/chromium_org/content/browser/frame_host/
render_frame_message_filter.h 16 // with the routing id for a newly created RenderFrame.
38 // Needed for issuing routing ids and surface ids.
  /external/chromium_org/content/browser/
security_exploit_browsertest.cc 30 // with the same process and routing ids, which causes a collision.
31 // It creates a couple of windows in process 1, which causes a few routing ids
34 // routing id of the RenderViewHost which is target for a duplicate is set
44 // Open another window, so we generate some more routing ids.
50 // The new window must be in the same process, but have a new routing id.
141 // Cause a deliberate collision in routing ids.
150 // with the same process and routing ids, which causes a collision. It is almost
161 // from the IO thread. Use the existing window routing id to cause a
  /external/libnl-headers/netlink/route/
rtnl.h 2 * netlink/route/rtnl.h Routing Netlink
54 /* Routing Type Translations */
  /external/apache-http/src/org/apache/http/conn/params/
ConnRoutePNames.java 34 * Parameter names for routing in HttpConn.
45 * {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}
60 * {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}
72 * {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}
78 * {@link org.apache.http.conn.routing.HttpRoute HttpRoute}.
  /external/apache-http/src/org/apache/http/conn/routing/
package.html 5 * $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/main/java/org/apache/http/conn/routing/package.html $
40 An {@link org.apache.http.conn.routing.HttpRoute HttpRoute}
46 The {@link org.apache.http.conn.routing.RouteTracker RouteTracker}
48 {@link org.apache.http.conn.routing.HttpRouteDirector HttpRouteDirector}
54 The {@link org.apache.http.conn.routing.HttpRoutePlanner HttpRoutePlanner}

Completed in 1079 milliseconds

1 2 3 4 5 6 7 8 91011>>