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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.2.6/
httpclient-4.2.6.jar 
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Wan.cpp 291 IPACMERR("Routing rule addition failed!\n");
307 IPACMERR("Routing rule addition failed!\n");
420 IPACMDBG_H("Delete default v4 routing rules\n");
423 IPACMERR("Routing old RT rule deletion failed!\n");
462 /* still need setup v4 default routing rule to A5*/
471 IPACMERR("Routing rule addition failed!\n");
719 /* handle software routing enable event*/
751 IPACMDBG_H("adding routing table(upstream), dev (%s) ip-type(%d) default gw (%x)\n", dev_name,data->iptype, wan_v4_addr_gw);
757 IPACMDBG_H("adding routing table(upstream), dev (%s) ip-type(%d)\n", dev_name,data->iptype);
950 IPACMDBG_H("adding routing table, dev (%s) ip-type(%d), default gw (%x)\n", dev_name,data->iptype, wan_v4_addr_gw)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
RoutingTest.java 40 * AudioTrack / AudioRecord preferred device and routing listener tests.
41 * The routing tests are mostly here to exercise the routing code, as an actual test would require
43 * The routing listener code is designed to run for two versions of the routing code:
AudioPlayRoutingNative.java 98 // Test actually setting the routing through the enumerated devices.
  /external/autotest/client/cros/
network.py 13 # Import 'flimflam_test_path' first in order to import 'routing'.
15 # to find routing but not explicitly used as a module.
18 import routing
212 # As routing.NetworkRoutes currently supports only IPv4 routes / addresses,
221 routes = routing.NetworkRoutes()
  /external/libmojo/ipc/
ipc_message.h 140 return header()->routing;
144 header()->routing = new_id;
153 void SetHeaderValues(int32_t routing, uint32_t type, uint32_t flags);
273 int32_t routing; // ID of the view that this message is destined for member in struct:IPC::Message::Header
336 // indicates that we don't have a routing ID yet.
  /external/syslinux/gpxe/src/net/
ipv6.c 25 /** An IPv6 routing table entry */
53 * @ret miniroute Routing table entry, or NULL
63 /* Record routing information */
84 * @v miniroute Routing table entry
200 * TODO: Implement the routing table.
  /external/tcpdump/
print-m3ua.c 70 { M3UA_MSGC_RKM, "Routing Key Managment" },
142 /* Routing Key Management messages */
185 { M3UA_PARAM_ROUTING_CTX, "Routing Context" },
198 { M3UA_PARAM_ROUTING_KEY, "Routing Key" },
201 { M3UA_PARAM_LOCAL_ROUTING_KEY_ID, "Local Routing Key Identifier" },
print-decnet.c 143 #define RMF_L1ROUT 07 /* level 1 routing message */
144 #define RMF_L2ROUT 011 /* level 2 routing message */
180 byte inIII_info; /* routing layer information */
192 byte in_info; /* routing layer information */
215 struct l1rout /* level 1 routing message */
222 struct l2rout /* level 2 routing message */
236 byte rh_info; /* routing layer information */
251 byte eh_info; /* routing layer information */
266 struct l1rout cm_l1rou; /* level 1 routing message */
267 struct l2rout cm_l2rout; /* level 2 routing message *
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Udp4Dxe/
Udp4Impl.h 236 Adds and deletes routing table entries.
238 The Routes() function adds a route to or deletes a route from the routing table.
248 routing table for outgoing packets that are addressed to a local subnet
250 Each instance of the EFI UDPv4 Protocol has its own independent routing table.
252 have copies of the routing table provided by the EFI_IP4_CONFIG_PROTOCOL. These
257 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table.
258 Set to FALSE to add this route to the routing table.
268 @retval EFI_OUT_OF_RESOURCES Could not add the entry to the routing table.
269 @retval EFI_NOT_FOUND This route is not in the routing table.
270 @retval EFI_ACCESS_DENIED The route is already defined in the routing table.
    [all...]
Udp4Main.c 395 Adds and deletes routing table entries.
397 The Routes() function adds a route to or deletes a route from the routing table.
407 routing table for outgoing packets that are addressed to a local subnet
409 Each instance of the EFI UDPv4 Protocol has its own independent routing table.
411 have copies of the routing table provided by the EFI_IP4_CONFIG_PROTOCOL. These
416 @param[in] DeleteRoute Set to TRUE to delete this route from the routing table.
417 Set to FALSE to add this route to the routing table.
427 @retval EFI_OUT_OF_RESOURCES Could not add the entry to the routing table.
428 @retval EFI_NOT_FOUND This route is not in the routing table.
429 @retval EFI_ACCESS_DENIED The route is already defined in the routing table.
    [all...]
  /prebuilts/sdk/8/
android.jar 
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoCallTests.java 75 * Tests audio routing for an outgoing video call made with bidirectional video. Expect to be
89 * Tests audio routing for an outgoing video call made with transmit only video. Expect to be
104 * Tests audio routing for an outgoing video call made with transmit only video. Expect to be
  /system/nfc/src/nfc/include/
nfc_api.h 172 /* Technology based routing */
174 /* Protocol based routing */
176 #define NFC_ROUTE_TAG_AID NCI_ROUTE_TAG_AID /* AID routing */
177 /* tag, len, 2 byte value for technology/protocol based routing */
180 /* For routing */
217 NFC_SET_ROUTING_REVT, /* 10 Configure Routing response */
218 NFC_GET_ROUTING_REVT, /* 11 Retrieve Routing response */
250 uint16_t max_ce_table; /* the max routing table size */
    [all...]
  /prebuilts/sdk/15/
android.jar 
  /bionic/tests/libs/
cfi_test_lib.cpp 70 // CFI check for an invalid address. Normally, this would kill the process by routing the call
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
AudioInputRoutingNotificationsActivity.java 40 * Tests AudioRecord (re)Routing messages.
AudioOutputRoutingNotificationsActivity.java 40 * Tests AudioTrack and AudioRecord (re)Routing messages.
  /cts/tests/tests/permission/src/android/permission/cts/
NoAudioPermissionTest.java 62 * Verify that AudioManager routing methods require permissions.
  /development/ndk/platforms/android-21/include/netinet/
ip6.h 223 /* Routing header */
227 u_int8_t ip6r_type; /* routing type */
229 /* followed by routing type specific data */
232 /* Type 0 Routing header */
  /development/ndk/platforms/android-9/include/netinet/
ip6.h 223 /* Routing header */
227 u_int8_t ip6r_type; /* routing type */
229 /* followed by routing type specific data */
232 /* Type 0 Routing header */
  /device/linaro/bootloader/arm-trusted-firmware/services/spd/tspd/
tspd.mk 56 # Flag used to enable routing of non-secure interrupts to EL3 when they are
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/
Tcp4Main.c 215 Add or delete routing entries.
217 The Routes() function adds or deletes a route from the instance's routing table.
226 Each TCP instance has its own independent routing table. Instance that uses the
227 default IP address will have a copy of the EFI_IP4_CONFIG_PROTOCOL's routing table.
234 @param DeleteRoute If TRUE, delete the specified route from routing
236 routing table.
253 entry to the routing table.
254 @retval EFI_NOT_FOUND This route is not in the routing table.
255 @retval EFI_ACCESS_DENIED This route is already in the routing table.
Tcp4Main.h 170 Add or delete routing entries.
172 The Routes() function adds or deletes a route from the instance's routing table.
181 Each TCP instance has its own independent routing table. Instance that uses the
182 default IP address will have a copy of the EFI_IP4_CONFIG_PROTOCOL's routing table.
189 @param DeleteRoute If TRUE, delete the specified route from routing
191 routing table.
208 entry to the routing table.
209 @retval EFI_NOT_FOUND This route is not in the routing table.
210 @retval EFI_ACCESS_DENIED This route is already in the routing table.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
CK505ClockPlatformInfo.h 29 Protocol to communicate product clock routing information.

Completed in 878 milliseconds

1 2 3 4 5 6 7 8 91011>>