| /freebsd-14.2/crypto/openssh/regress/unittests/authopt/testdata/ |
| H A D | mktestdata.sh | 21 sign all_permit.cert -Opermit-agent-forwarding -Opermit-port-forwarding \ 22 -Opermit-pty -Opermit-user-rc -Opermit-X11-forwarding 25 sign no_agentfwd.cert -Ono-agent-forwarding 26 sign no_portfwd.cert -Ono-port-forwarding 29 sign no_x11fwd.cert -Ono-X11-forwarding 31 sign only_agentfwd.cert -Oclear -Opermit-agent-forwarding 32 sign only_portfwd.cert -Oclear -Opermit-port-forwarding 35 sign only_x11fwd.cert -Oclear -Opermit-X11-forwarding
|
| /freebsd-14.2/contrib/netbsd-tests/net/mpls/ |
| H A D | t_mpls_fw64.sh | 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=0 124 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
|
| H A D | t_mpls_fw.sh | 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=0
|
| H A D | t_rfc4182.sh | 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 D | t_mpls_fw6.sh | 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=0
|
| H A D | t_ldp_regen.sh | 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 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-14.2/contrib/netbsd-tests/net/net/ |
| H A D | t_forwarding.sh | 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 273 rump.sysctl net.inet.ip.forwarding 279 rump.sysctl net.inet6.ip6.forwarding 286 rump.sysctl net.inet.ip.forwarding 292 rump.sysctl net.inet6.ip6.forwarding
|
| /freebsd-14.2/tools/test/netfibs/ |
| H A D | README | 45 forwarding.sh 47 forwarding.sh tests FIBs in the forwarding path, making sure that 59 env IFACE=ifname sh forwarding.sh left 60 env IFACE=leftifname IFACEFAR=rightifname sh forwarding.sh middle 61 env IFACE=ifname sh forwarding.sh right
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/BlocksRuntime/ |
| H A D | runtime.c | 374 if (src->forwarding->flags & BLOCK_IS_GC) { in _Block_byref_assign_copy() 377 else if ((src->forwarding->flags & BLOCK_REFCOUNT_MASK) == 0) { in _Block_byref_assign_copy() 384 copy->forwarding = copy; // patch heap copy to point to itself (skip write-barrier) in _Block_byref_assign_copy() 385 src->forwarding = copy; // patch stack to point to heap copy in _Block_byref_assign_copy() 406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) { in _Block_byref_assign_copy() 407 latching_incr_int(&src->forwarding->flags); in _Block_byref_assign_copy() 410 _Block_assign(src->forwarding, (void **)destp); in _Block_byref_assign_copy() 419 shared_struct = shared_struct->forwarding; in _Block_byref_release() 691 cp += sprintf(cp, " forwarding: %p\n", (void *)src->forwarding); in _Block_byref_dump()
|
| H A D | Block_private.h | 82 struct Block_byref *forwarding; member 93 struct Block_byref *forwarding; member
|
| /freebsd-14.2/tests/sys/netipsec/tunnel/ |
| H A D | utils.subr | 45 jexec ipsecA sysctl net.inet.ip.forwarding=1 46 jexec router sysctl net.inet.ip.forwarding=1 47 jexec ipsecB sysctl net.inet.ip.forwarding=1 64 jexec ipsecA sysctl net.inet6.ip6.forwarding=1 65 jexec router sysctl net.inet6.ip6.forwarding=1 66 jexec ipsecB sysctl net.inet6.ip6.forwarding=1
|
| /freebsd-14.2/crypto/openssh/regress/unittests/sshkey/ |
| H A D | mktestdata.sh | 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 \ 154 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \ 157 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \ 160 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \ 170 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \ 173 -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \
|
| /freebsd-14.2/tests/sys/netpfil/pf/ |
| H A D | route_to.sh | 127 jexec wan_one sysctl net.inet.ip.forwarding=1 134 jexec wan_two sysctl net.inet.ip.forwarding=1 140 jexec srv sysctl net.inet.ip.forwarding=1 209 jexec wan_one sysctl net.inet.ip.forwarding=1 215 jexec wan_two sysctl net.inet.ip.forwarding=1 276 jexec gw sysctl net.inet.ip.forwarding=1 332 jexec gw sysctl net.inet.ip.forwarding=1
|
| H A D | icmp.sh | 51 jexec alcatraz sysctl net.inet.ip.forwarding=1 94 jexec int sysctl net.inet.ip.forwarding=1 101 jexec nat sysctl net.inet.ip.forwarding=1
|
| /freebsd-14.2/sys/netipsec/ |
| H A D | ipsec_output.c | 299 ipsec4_check_pmtu(struct mbuf *m, struct secpolicy *sp, int forwarding) in ipsec4_check_pmtu() argument 351 if (forwarding) { in ipsec4_check_pmtu() 371 ipsec4_common_output(struct mbuf *m, struct inpcb *inp, int forwarding) in ipsec4_common_output() argument 377 sp = ipsec4_checkpolicy(m, inp, &error, !forwarding); in ipsec4_common_output() 395 if (!forwarding) { in ipsec4_common_output() 415 error = ipsec4_check_pmtu(m, sp, forwarding); in ipsec4_common_output() 698 if (!forwarding) in ipsec6_check_pmtu() 733 if (forwarding) { in ipsec6_check_pmtu() 754 sp = ipsec6_checkpolicy(m, inp, &error, !forwarding); in ipsec6_common_output() 764 if (!forwarding) { in ipsec6_common_output() [all …]
|
| /freebsd-14.2/tests/sys/netinet/ |
| H A D | forward.sh | 66 jexec ${jname} sysctl net.inet.ip.forwarding=1 123 jexec ${jname} sysctl net.inet.ip.forwarding=1 182 jexec ${jname} sysctl net.inet.ip.forwarding=1 237 jexec ${jname} sysctl net.inet.ip.forwarding=1
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | PROTOCOL.mux | 19 the mux process; requesting a forwarding, performing an alive check or 31 Stdio forwarding (requested using MUX_C_NEW_STDIO_FWD) is another 72 bool want X11 forwarding flag 120 3. Requesting passenger-mode stdio forwarding 122 A client may request the master to establish a stdio forwarding: 166 uint32 forwarding type 172 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC. 195 uint32 forwarding type
|
| H A D | OVERVIEW | 71 X11, TCP/IP, and Agent forwarding 73 - Code for various types of channel forwarding is in channels.c. 76 implement X11 forwarding, TCP/IP forwarding, and authentication 77 agent forwarding. 104 It then makes any pty, forwarding, etc. requests. It may call
|
| H A D | PROTOCOL.certkeys | 297 permit-X11-forwarding empty Flag indicating that X11 forwarding 298 should be permitted. X11 forwarding will 301 permit-agent-forwarding empty Flag indicating that agent forwarding 302 should be allowed. Agent forwarding 306 permit-port-forwarding empty Flag indicating that port-forwarding 308 not present, then no port forwarding will
|
| /freebsd-14.2/tests/sys/netinet6/ |
| H A D | forward6.sh | 83 jexec ${jname} sysctl net.inet6.ip6.forwarding=1 157 jexec ${jname} sysctl net.inet6.ip6.forwarding=1 232 jexec ${jname} sysctl net.inet6.ip6.forwarding=1 302 jexec ${jname} sysctl net.inet6.ip6.forwarding=1 375 jexec ${jname} sysctl net.inet6.ip6.forwarding=1 451 jexec ${jname} sysctl net.inet6.ip6.forwarding=1
|
| /freebsd-14.2/libexec/rc/rc.d/ |
| H A D | routing | 390 ${SYSCTL} net.inet.ip.forwarding=1 > /dev/null 392 ${SYSCTL} net.inet.ip.forwarding=0 > /dev/null 429 ${SYSCTL} net.inet6.ip6.forwarding=1 > /dev/null 431 ${SYSCTL} net.inet6.ip6.forwarding=0 > /dev/null
|
| /freebsd-14.2/tests/sys/netpfil/common/ |
| H A D | rdr.sh | 50 jexec alcatraz sysctl net.inet.ip.forwarding=1 105 jexec second sysctl net.inet.ip.forwarding=1
|
| H A D | nat.sh | 61 jexec nat sysctl net.inet.ip.forwarding=1 124 jexec nat sysctl net.inet.ip.forwarding=1 172 jexec nat sysctl net.inet.ip.forwarding=1
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | recipient.c | 1437 bool forwarding; 1480 if (forwarding) 1622 if (bitnset((forwarding ? 1627 else if (bitnset((forwarding ? 1648 !bitnset((forwarding ? 1665 !bitnset((forwarding ? 1763 else if (!forwarding) 1818 if (!bitnset((forwarding ? 1836 forwarding ? "forward" : ":include:"); 1875 if (forwarding && LogLevel > 10) [all …]
|
| /freebsd-14.2/share/examples/netgraph/ |
| H A D | virtual.chain | 269 jexec ${1} sysctl -w net.inet.ip.forwarding=1 270 jexec ${1} sysctl -w net.inet6.ip6.forwarding=1
|