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

1 2 3 4 5 6 7 8 91011>>

  /external/libnl/python/doc/
route.rst 2 Routing
  /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.
  /external/syslinux/gpxe/src/include/usr/
route.h 6 * Routing table management
  /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
  /frameworks/base/services/core/java/com/android/server/hdmi/
RoutingControlAction.java 29 * Feature action for routing control. Exchanges routing-related commands with other devices
35 * <li> Routing change of a CEC switch other than TV
36 * <li> New CEC device at the tail of the active routing path
37 * <li> Removed CEC device from the active routing path
38 * <li> Routing at CEC enable time
44 // State in which we wait for <Routing Information> to arrive. If timed out, we use the
45 // latest routing path to set the new active source.
54 // Time out in millseconds used for <Routing Information>
60 // true if <Give Power Status> should be sent once the new active routing path is determined
    [all...]
  /external/iproute2/man/man8/
ip-mroute.8 3 ip-mroute \- multicast routing cache management
21 objects are multicast routing cache entries created by a user-level
28 Due to the limitations of the current interface to the multicast routing
ip-rule.8 3 ip-rule \- routing policy database management
66 in the routing policy database control the route selection algorithm.
69 Classic routing algorithms used in the Internet make routing decisions
77 This task is called 'policy routing'.
80 To solve this task, the conventional destination based routing table, ordered
81 according to the longest match rule, is replaced with a 'routing policy
85 Each policy routing rule consists of a
106 Priority: 0, Selector: match anything, Action: lookup routing
112 table is a special routing table containin
    [all...]
tc-route.8 19 Match packets based on routing table entries. This filter centers around the
22 to routing table entries. For any packet to be classified by this filter, a
23 routing table lookup is performed and the returned
45 Match if normal (i.e., destination) routing returns the given
  /external/libnl/src/lib/
rule.c 2 * src/lib/rule.c CLI Routing Rule Helpers
14 * @defgroup cli_rule Routing Rules
39 nl_cli_fatal(err, "Unable to allocate routing rule cache: %s\n",
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Routing.cpp 34 This file implements the IPACM routing functionality.
102 IPACMERR("Failed adding routing rule %p\n", ruleTable);
111 IPACMDBG_H("Added routing rule %p\n", ruleTable);
124 IPACMERR("Failed deleting routing rule table %p\n", ruleTable);
128 IPACMDBG_H("Deleted routing rule %p\n", ruleTable);
141 IPACMERR("Failed commiting routing rules.\n");
145 IPACMDBG_H("Commited routing rules to IPA HW.\n");
159 IPACMERR("Failed resetting routing block.\n");
163 IPACMDBG_H("Reset command issued to IPA routing block.\n");
179 IPACMDBG_H("IPA_IOCTL_GET_RT_TBL ioctl issued to IPA routing block.\n")
    [all...]
  /external/libnl/lib/route/
route_utils.c 2 * lib/route/route_utils.c Routing Utilities
15 * @brief Routing Utility Functions
18 * @par 1) Translating Routing Table Names
20 * // libnl is only aware of the de facto standard routing table names.
47 * @name Routing Table Identifier Translations
93 * @name Routing Protocol Translations
138 * @name Routing Metrices Translations
rtnl.c 2 * lib/route/rtnl.c Routing Netlink
13 * @defgroup rtnl Routing Library (libnl-route)
28 * Send routing netlink request message
34 * Fills out a routing netlink request message and sends it out
56 * @name Routing Type Translations
  /external/libnl/include/linux-private/linux/
ipv6.h 12 * source interface/address selection, source routing, etc...
19 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
22 * routing header
50 * routing header type 0 (used in cmsghdr struct)
62 * routing header type 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ipv6.h 14 * source interface/address selection, source routing, etc...
33 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
36 * routing header
64 * routing header type 0 (used in cmsghdr struct)
76 * routing header type 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipv6.h 14 * source interface/address selection, source routing, etc...
37 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
40 * routing header
68 * routing header type 0 (used in cmsghdr struct)
80 * routing header type 2
  /external/kernel-headers/original/uapi/linux/
ipv6.h 15 * source interface/address selection, source routing, etc...
41 #define IPV6_SRCRT_TYPE_2 2 /* IPv6 type 2 Routing Header */
42 #define IPV6_SRCRT_TYPE_4 4 /* Segment Routing with IPv6 */
45 * routing header
75 * routing header type 0 (used in cmsghdr struct)
87 * routing header type 2
  /frameworks/base/media/java/android/media/
AudioRouting.java 23 * AudioRouting defines an interface for controlling routing and routing notifications in
31 * If deviceInfo is null, default routing is restored.
44 * Returns an {@link AudioDeviceInfo} identifying the current routing of this
52 * Adds an {@link AudioRouting.OnRoutingChangedListener} to receive notifications of routing
72 * Defines the interface by which applications can receive notifications of routing
  /system/nfc/src/nfa/int/
nfa_ee_int.h 80 /* for listen mode routing table*/
112 * The flags are cleared when the routing table/VS is updated */
113 /* technology routing changed */
115 /* protocol routing changed */
117 /* AID routing changed */
123 /* routing flags changed */
140 tech_switch_on; /* default routing - technologies switch_on */
142 tech_switch_off; /* default routing - technologies switch_off */
144 tech_battery_off; /* default routing - technologies battery_off*/
146 proto_switch_on; /* default routing - protocols switch_on *
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/HiiConfigRouting/
HiiConfigRouting.c 27 EFI_GUID_STRING(&gEfiHiiConfigRoutingProtocolGuid, "HII Config Routing Protocol", "HII Config Routing 2.1 protocol");
  /external/libnl/doc/
index.txt 11 link:route.html[Routing Family Library] (libnl-route)::
12 Adresses, links, neighbours, routing, traffic control, neighbour tables, ...
  /external/libnl/
libnl-route-3.0.pc.in 7 Description: Netlink Routing Family Library
  /external/tcpdump/tests/
ipv6-routing-header.out 1 IP6 (hlim 4, next-header Routing (43) payload length: 32) 2200::244:212:3fff:feae:22f7 > 2200::240:2:0:0:4: srcrt (len=2, type=0, segleft=1, rsv=0x0, [0]2200::210:2:0:0:4) [icmp6 sum ok] ICMP6, echo request, seq 0
2 IP6 (hlim 5, next-header Routing (43) payload length: 48) 2200::244:212:3fff:feae:22f7 > 2200::211:2:0:0:2: srcrt (len=4, type=0, segleft=2, rsv=0x0, [0]2200::210:2:0:0:4, [1]2200::240:2:0:0:4) [icmp6 sum ok] ICMP6, echo request, seq 0
3 IP6 (hlim 4, next-header Routing (43) payload length: 32) 2200::244:212:3fff:feae:22f7 > 2200::240:2:0:0:4: srcrt (len=2, type=0, segleft=1, rsv=0x0, [0]2200::210:2:0:0:4) 5645 > 5642: [udp sum ok] UDP, length 0
4 IP6 (hlim 5, next-header Routing (43) payload length: 48) 2200::244:212:3fff:feae:22f7 > 2200::211:2:0:0:2: srcrt (len=4, type=0, segleft=2, rsv=0x0, [0]2200::210:2:0:0:4, [1]2200::240:2:0:0:4) 5645 > 5642: [udp sum ok] UDP, length 0
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AidRoutingManager.java 38 // Every routing table entry is matched exact
40 // Every routing table entry can be matched either exact or prefix
42 // Every routing table entry is matched as a prefix
44 // Every routing table entry can be matched either exact or prefix or subset only
48 // destination, we won't need to add a rule to the routing
59 // How the NFC controller can match AIDs in the routing table;
65 // mAidRoutingTable contains the current routing table. The index is the route ID.
155 if (DBG) Log.d(TAG, "Routing table unchanged, not updating");
159 // Otherwise, update internal structures and commit new routing
166 * that treat every AID in the routing table as a prefix
    [all...]
  /system/nfc/src/nfa/include/
nfa_ee_api.h 44 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
48 NFA_EE_REMAINING_SIZE_EVT, /* The remaining size of the Listen Mode Routing
50 NFA_EE_SET_TECH_CFG_EVT, /* The status for setting the routing based on RF
52 NFA_EE_SET_PROTO_CFG_EVT, /* The status for setting the routing based on
61 NFA_EE_ROUT_ERR_EVT, /* Error - exceed NFCC CE Routing size */
101 /* used to remove a particular technology or protocol based routing cfg of a
102 * handle from the routing table. */
319 ** default routing based on RF technology in the listen mode
320 ** routing table for the given ee_handle. The status of thi
    [all...]

Completed in 384 milliseconds

1 2 3 4 5 6 7 8 91011>>