Home
last modified time | relevance | path

Searched refs:via (Results 1 – 25 of 2157) sorted by relevance

12345678910>>...87

/external/linux-kselftest/tools/testing/selftests/net/forwarding/
Drouter_multipath.sh19 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
20 ip route add 2001:db8:2::/64 vrf vrf-h1 nexthop via 2001:db8:1::1
46 ip route add 192.0.2.0/24 vrf vrf-h2 nexthop via 198.51.100.1
47 ip route add 2001:db8:1::/64 vrf vrf-h2 nexthop via 2001:db8:2::1
84 nexthop via 169.254.2.22 dev $rp12 \
85 nexthop via 169.254.3.23 dev $rp13
87 nexthop via fe80:2::22 dev $rp12 \
88 nexthop via fe80:3::23 dev $rp13
134 nexthop via 169.254.2.12 dev $rp22 \
135 nexthop via 169.254.3.13 dev $rp23
[all …]
Dgre_multipath.sh69 ip route add vrf v$h1 192.0.2.16/28 via 192.0.2.2
74 ip route del vrf v$h1 192.0.2.16/28 via 192.0.2.2
87 ip route add vrf v$ol1 192.0.2.66/32 via 192.0.2.130
91 ip route add vrf v$ol1 192.0.2.82/32 via 192.0.2.146
110 ip route del vrf v$ol1 192.0.2.82/32 via 192.0.2.146
114 ip route del vrf v$ol1 192.0.2.66/32 via 192.0.2.130
133 ip route add vrf v$ol2 192.0.2.65/32 via 192.0.2.129
137 ip route add vrf v$ol2 192.0.2.81/32 via 192.0.2.145
148 ip route del vrf v$ol2 192.0.2.81/32 via 192.0.2.145
152 ip route del vrf v$ol2 192.0.2.65/32 via 192.0.2.129
[all …]
Drouter_broadcast.sh18 ip route add 198.51.100.0/24 vrf vrf-h1 nexthop via 192.0.2.1
19 ip route add 198.51.200.0/24 vrf vrf-h1 nexthop via 192.0.2.1
43 ip route add 192.0.2.0/24 vrf vrf-h2 nexthop via 198.51.100.1
44 ip route add 198.51.200.0/24 vrf vrf-h2 nexthop via 198.51.100.1
68 ip route add 192.0.2.0/24 vrf vrf-h3 nexthop via 198.51.200.1
69 ip route add 198.51.100.0/24 vrf vrf-h3 nexthop via 198.51.200.1
Drouter_bridge.sh14 ip -4 route add 192.0.2.128/28 vrf v$h1 nexthop via 192.0.2.2
15 ip -6 route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2
28 ip -4 route add 192.0.2.0/28 vrf v$h2 nexthop via 192.0.2.129
29 ip -6 route add 2001:db8:1::/64 vrf v$h2 nexthop via 2001:db8:2::1
Drouter_bridge_vlan.sh16 ip -4 route add 192.0.2.128/28 vrf v$h1 nexthop via 192.0.2.2
17 ip -6 route add 2001:db8:2::/64 vrf v$h1 nexthop via 2001:db8:1::2
31 ip -4 route add 192.0.2.0/28 vrf v$h2 nexthop via 192.0.2.129
32 ip -6 route add 2001:db8:1::/64 vrf v$h2 nexthop via 2001:db8:2::1
/external/nist-sip/java/gov/nist/javax/sip/message/
DMessageFactoryImpl.java123 FromHeader from, ToHeader to, List via, in createRequest() argument
127 || cSeq == null || from == null || to == null || via == null in createRequest()
139 sipRequest.setVia(via); in createRequest()
180 List via, MaxForwardsHeader maxForwards, byte[] content, in createRequest() argument
183 || cSeq == null || from == null || to == null || via == null in createRequest()
197 sipRequest.setVia(via); in createRequest()
233 List via, MaxForwardsHeader maxForwards) throws ParseException { in createRequest() argument
235 || cSeq == null || from == null || to == null || via == null in createRequest()
248 sipRequest.setVia(via); in createRequest()
287 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/CellSPU/
Dimmed32.ll20 ret i32 4784128 ;; ILHU via pattern (0x49000)
24 ret i32 5308431 ;; ILHU/IOHL via pattern (0x5100f)
28 ret i32 511 ;; IL via pattern
32 ret i32 -512 ;; IL via pattern
60 ret float 0x47EFFFFFE0000000 ;; ILHU/IOHL via pattern
66 ret float 0x400921FB60000000 ;; ILHU/IOHL via pattern
72 ret float 0xBFF6A09E60000000 ;; ILHU/IOHL via pattern
78 ret float 0x3FF6A09E60000000 ;; ILHU/IOHL via pattern
82 ret float 0.000000e+00 ;; IL 0 via pattern
Dimmed16.ll8 store i16 419, i16* %x ;; ILH via pattern
14 store i16 1023, i16* %x ;; ILH via pattern
20 store i16 -1023, i16* %x ;; ILH via pattern
26 store i16 32767, i16* %x ;; ILH via pattern
32 store i16 -32768, i16* %x ;; ILH via pattern
/external/curl/docs/
DFEATURES62 - via http-proxy
73 - via http-proxy
88 - upload via http-proxy as HTTP PUT
93 - via http-proxy
144 - via http-proxy
149 - via http-proxy
157 - enhanced command support for: CAPA, DELE, TOP, STAT, UIDL and NOOP via
159 - via http-proxy
164 - via http-proxy
173 - upload e-mails via the append command
[all …]
/external/nist-sip/java/gov/nist/javax/sip/stack/
DMessageProcessor.java166 Via via = new Via(); in getViaHeader() local
168 via.setSentBy(sentByHostPort); in getViaHeader()
169 via.setTransport(this.getTransport()); in getViaHeader()
173 via.setHost(host); in getViaHeader()
174 via.setPort(this.getPort()); in getViaHeader()
175 via.setTransport(this.getTransport()); in getViaHeader()
177 return via; in getViaHeader()
/external/nist-sip/java/javax/sip/message/
DMessageFactory.java17 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
22 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
27 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createRequest() argument
33 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
38 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
43 CSeqHeader cSeq, FromHeader from, ToHeader to, List via, in createResponse() argument
/external/iproute2/ip/
Droutel22 via=""
28 broadcast|local|unreachable) via=$network
36 proto|via|dev|scope|src|table)
52 echo "$network $via $src $proto $scope $dev $table"
/external/llvm/test/Transforms/SimplifyCFG/
Dempty-catchpad.ll35 to label %via.cleanup unwind label %exn.dispatch
38 via.cleanup:
40 to label %via.catchswitch unwind label %cleanup.inner
46 via.catchswitch:
77 to label %via.cleanup unwind label %exn.dispatch
79 ; CHECK-NEXT: to label %via.cleanup unwind label %cleanup
80 via.cleanup:
82 to label %via.catchswitch unwind label %cleanup.inner
88 via.catchswitch:
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dempty-catchpad.ll35 to label %via.cleanup unwind label %exn.dispatch
38 via.cleanup:
40 to label %via.catchswitch unwind label %cleanup.inner
46 via.catchswitch:
77 to label %via.cleanup unwind label %exn.dispatch
79 ; CHECK-NEXT: to label %via.cleanup unwind label %cleanup
80 via.cleanup:
82 to label %via.catchswitch unwind label %cleanup.inner
88 via.catchswitch:
/external/tcpdump/tests/
Dlspping-fec-rsvp-v.out5 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
17 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
26 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
38 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
47 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
59 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
68 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
80 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
89 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
101 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
Dlspping-fec-ldp-v.out9 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
20 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
36 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
47 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
56 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
67 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
76 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
87 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
96 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
107 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
Dlspping-fec-rsvp-vv.out5 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
21 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
30 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
46 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
55 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
71 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
80 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
96 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
105 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
121 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
Dlspping-fec-ldp-vv.out9 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
22 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
38 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
51 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
60 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
73 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
82 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
95 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
104 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
117 reply-mode: Reply via an IPv4/IPv6 UDP packet (2)
/external/strace/tests-mx32/
Dnlattr_rtmsg.c191 static const struct rtvia via = { in main() local
197 RTA_VIA, pattern, via, in main()
204 char rtviabuf[sizeof(via) + sizeof(a4)]; in main()
205 memcpy(rtviabuf, &via, sizeof(via)); in main()
206 memcpy(rtviabuf + sizeof(via), &a4, sizeof(a4)); in main()
/external/strace/tests-m32/
Dnlattr_rtmsg.c191 static const struct rtvia via = { in main() local
197 RTA_VIA, pattern, via, in main()
204 char rtviabuf[sizeof(via) + sizeof(a4)]; in main()
205 memcpy(rtviabuf, &via, sizeof(via)); in main()
206 memcpy(rtviabuf + sizeof(via), &a4, sizeof(a4)); in main()
/external/strace/tests/
Dnlattr_rtmsg.c191 static const struct rtvia via = { in main() local
197 RTA_VIA, pattern, via, in main()
204 char rtviabuf[sizeof(via) + sizeof(a4)]; in main()
205 memcpy(rtviabuf, &via, sizeof(via)); in main()
206 memcpy(rtviabuf + sizeof(via), &a4, sizeof(a4)); in main()
/external/u-boot/doc/
DREADME.dfutftp14 code to NAND memory via TFTP.
16 eMMC, SD, partitions, RAM, etc) via USB.
26 via TFTP protocol.
42 The "dfu" command has been extended to support transfer via TFTP - one
75 "ethact=usb_ether". In this way one can have very fast DFU transfer via USB.
81 * set "updatefile" - the file name to be downloaded via TFTP (stored on
120 * Upload support (via TFTP)
/external/libaom/libaom/build/cmake/
Dutil.cmake20 # returns the full path to the dummy source file via appending it to the list
42 # the change to the user via call to message(WARNING ...). $cause is expected to
61 # Extracts the version string from $version_file and returns it to the user via
93 # Sentinel value used to detect when a variable has been set via the -D argument
101 # already been set via the CMake command line.
113 # string for variables specified via the command line.
131 # already been set via the CMake command line.
143 # string for variables specified via the command line.
155 # already been set via the CMake command line.
167 # string for variables specified via the command line.
/external/linux-kselftest/tools/testing/selftests/net/
Dfib-onlink-tests.sh198 ip -6 ro add default via ${V6ADDRS[p3]/::[0-9]/::64}
199 ip -6 ro add table ${VRF_TABLE} default via ${V6ADDRS[p7]/::[0-9]/::64}
232 run_cmd ip ro add table "${table}" "${prefix}"/32 via "${gw}" "${dev}" onlink
249 nexthop via ${nh1} nexthop via ${nh2}
330 run_cmd ip -6 ro add table "${table}" "${prefix}"/128 via "${gw}" "${dev}" onlink
345 nexthop via ${nh1} nexthop via ${nh2}
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb/
Dframe-access.ll24 ; Usual case, access via SP
67 ; Incoming arguments area is accessed via SP
71 ; Re-aligned stack, access via FP
93 ; Load `e` via FP
128 ; Incoming register varargs stored via FP
133 ; VLAs present, access via FP
149 ; Load `e` via FP
176 ; Register varargs stored via FP
181 ; Moving SP, access via SP
208 ; Load `e` via SP, 552 = 512 + 20 + 20
[all …]

12345678910>>...87