Searched refs:forwarding (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/contrib/netbsd-tests/net/mpls/
H A Dt_mpls_fw64.sh28 # Test MPLS encap/decap and forwarding using INET6 as encapsulated protocol
31 # Disable net.inet[6].ip[6].forwarding, enable net.mpls.forwarding
73 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
88 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
89 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
105 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
106 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
107 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
123 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding
[all...]
H A Dt_mpls_fw.sh28 # TEST MPLS encap/decap and forwarding using INET as encapsulated protocol
31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
52 atf_set "descr" "IP/MPLS forwarding test using PHP"
76 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
90 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
91 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
105 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
106 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
120 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding
[all...]
H A Dt_rfc4182.sh31 # Disable net.inet.ip.forwarding, enable net.mpls.forwarding
78 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
92 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
93 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
107 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
108 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
122 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
H A Dt_mpls_fw6.sh28 # Test MPLS encap/decap and forwarding using INET6 as encapsulated protocol
31 # Disable net.inet6.ip6.forwarding, enable net.mpls.forwarding
53 atf_set "descr" "IP6/MPLS forwarding test using PHP"
77 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
92 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
93 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
109 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
110 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
126 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding
[all...]
H A Dt_ldp_regen.sh31 # Enable MPLS forwarding on R2
32 # Disable IP forwarding and enable MPLS forwarding on R3
91 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
106 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
107 # This one should still do ip forwarding because it announces IMPLNULL
123 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
124 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
138 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/
H A DBlock_private.h82 struct Block_byref *forwarding; member in struct:Block_byref
93 struct Block_byref *forwarding; member in struct:Block_byref_header
H A Druntime.c362 * Closures that aren't copied must still work, so everyone always accesses variables after dereferencing the forwarding ptr.
364 * Otherwise we need to copy it and update the stack forwarding pointer
374 if (src->forwarding->flags & BLOCK_IS_GC) {
377 else if ((src->forwarding->flags & BLOCK_REFCOUNT_MASK) == 0) {
384 copy->forwarding = copy; // patch heap copy to point to itself (skip write-barrier)
385 src->forwarding = copy; // patch stack to point to heap copy
406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) {
407 latching_incr_int(&src->forwarding->flags);
410 _Block_assign(src->forwarding, (void **)destp);
418 // dereference the forwarding pointe
[all...]
/freebsd-11-stable/release/picobsd/mfs_tree/etc/
H A Drc.network67 sysctl net.inet.ip.forwarding=1 >/dev/null 2>&1
/freebsd-11-stable/etc/rc.d/
H A Drouting347 ${SYSCTL} net.inet.ip.forwarding=1 > /dev/null
349 ${SYSCTL} net.inet.ip.forwarding=0 > /dev/null
386 ${SYSCTL} net.inet6.ip6.forwarding=1 > /dev/null
388 ${SYSCTL} net.inet6.ip6.forwarding=0 > /dev/null
/freebsd-11-stable/contrib/netbsd-tests/net/net/
H A Dt_forwarding.sh53 atf_set "descr" "Does IPv4 forwarding tests"
59 atf_set "descr" "Does IPv6 forwarding tests"
77 atf_set "descr" "Does IPv4 forwarding tests"
146 rump.sysctl net.inet6.ip6.forwarding
148 rump.sysctl net.inet.ip.forwarding
218 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=1
224 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
242 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=0
248 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=0
272 atf_check -s exit:0 -o match:"net.inet.ip.forwarding
[all...]
H A Dt_mtudisc.sh117 # Enable IPv4 forwarding
118 atf_check -s exit:0 rump.sysctl -w -q net.inet.ip.forwarding=1
H A Dt_mtudisc6.sh118 # Enable IPv6 forwarding
119 atf_check -s exit:0 rump.sysctl -w -q net.inet6.ip6.forwarding=1
H A Dt_ping6_opts.sh85 rump.sysctl net.inet6.ip6.forwarding
92 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
/freebsd-11-stable/contrib/netbsd-tests/net/icmp/
H A Dt_icmp6_redirect.sh81 net.inet6.ip6.forwarding=1
105 net.inet6.ip6.forwarding=1
/freebsd-11-stable/share/examples/netgraph/
H A Dvirtual.chain270 jexec ${1} sysctl -w net.inet.ip.forwarding=1
271 jexec ${1} sysctl -w net.inet6.ip6.forwarding=1
/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c624 "aliasing/forwarding loop broken: %s (%d aliases deep; %d max)",
629 "554 aliasing/forwarding loop broken (%d aliases deep; %d max)",
1008 "554 aliasing/forwarding loop for %s broken",
1077 "554 aliasing/forwarding loop broken");
1387 ** forwarding -- if true, we are reading a .forward file.
1421 include(fname, forwarding, ctladdr, sendq, aliaslevel, e)
1423 bool forwarding;
1466 if (forwarding)
1609 if (bitnset((forwarding ?
1614 else if (bitnset((forwarding
[all...]
/freebsd-11-stable/crypto/openssh/regress/unittests/sshkey/
H A Dmktestdata.sh142 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \
145 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \
148 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \
151 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \
/freebsd-11-stable/contrib/netbsd-tests/net/route/
H A Dt_route.sh176 rump.sysctl net.inet6.ip6.forwarding
178 rump.sysctl net.inet.ip.forwarding
186 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=1
192 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
/freebsd-11-stable/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh205 jexec ${mjid} sysctl net.inet.ip.forwarding=1
206 jexec ${mjid} sysctl net.inet6.ip6.forwarding=1
/freebsd-11-stable/sys/netipsec/
H A Dipsec_output.c294 ipsec4_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) argument
300 sp = ipsec4_checkpolicy(m, inp, &error, !forwarding);
312 * when we are forwarding a packet. Otherwise we could not handle
318 if (!forwarding) {
596 ipsec6_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) argument
602 sp = ipsec6_checkpolicy(m, inp, &error, !forwarding);
612 if (!forwarding) {
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec508 - pull cvs patch to fix remote port forwarding with protocol 2
513 - refuse to do X11 forwarding if xauth isn't there, handy if you enable
558 - refuse to do X11 forwarding if xauth isn't there, handy if you enable
742 - Update to 2.1.1p3, which includes fixes for X11 forwarding and strtok().
751 - Fix X11 forwarding, from mail post by Chan Shih-Ping Richard.
/freebsd-11-stable/tools/test/netfibs/
H A Dforwarding.sh38 # forwarding=1
46 # IFACEFAR is only relevant on the middle (forwarding) node and will be the
148 sysctl net.inet6.ip6.forwarding=0 > /dev/null
167 sysctl net.inet6.ip6.forwarding=1 > /dev/null
173 sysctl net.inet6.ip6.forwarding=0 > /dev/null
199 sysctl net.inet6.ip6.forwarding=0 > /dev/null
/freebsd-11-stable/crypto/openssh/regress/
H A DMakefile54 forwarding \
/freebsd-11-stable/contrib/netbsd-tests/net/arp/
H A Dt_arp.sh380 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=1
/freebsd-11-stable/contrib/netbsd-tests/net/ndp/
H A Dt_ra.sh53 atf_check -s exit:0 -o match:'0.->.1' rump.sysctl -w net.inet6.ip6.forwarding=1

Completed in 283 milliseconds

12