Home
last modified time | relevance | path

Searched refs:forwarding (Results 1 – 25 of 595) sorted by relevance

12345678910>>...24

/netbsd-src/tests/net/mpls/
H A Dt_mpls_fw64.sh55 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
70 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
71 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
87 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
88 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
89 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.inet6.ip6.forwarding=0
106 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
H A Dt_rfc4182.sh60 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
74 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
75 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
89 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
90 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
104 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
H A Dt_mpls_fw.sh57 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
71 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
72 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
86 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
87 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
101 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
H A Dt_mpls_fw6.sh59 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
74 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
75 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
91 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
92 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
108 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=0
H A Dt_ldp_regen.sh75 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
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
/netbsd-src/external/mpl/bind/dist/bin/tests/system/upforwd/ns3/
H A Dnamed1.conf.in48 allow-update-forwarding { 10.53.0.1; };
55 allow-update-forwarding { 10.53.0.1; };
62 allow-update-forwarding { 10.53.0.1; };
69 allow-update-forwarding { 10.53.0.1; };
79 allow-update-forwarding { any; };
/netbsd-src/tests/net/net/
H A Dt_forwarding.sh153 rump.sysctl net.inet6.ip6.forwarding
155 rump.sysctl net.inet.ip.forwarding
237 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=1
243 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=1
261 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet.ip.forwarding=0
267 atf_check -s exit:0 -o ignore rump.sysctl -w net.inet6.ip6.forwarding=0
292 rump.sysctl net.inet.ip.forwarding
298 rump.sysctl net.inet6.ip6.forwarding
305 rump.sysctl net.inet.ip.forwarding
311 rump.sysctl net.inet6.ip6.forwarding
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dconfig-resolve.inc.rst27 including caching name servers, recursive name servers, forwarding resolvers,
53 3. Alternatively, the user query can be sent to a **forwarding resolver** (4).
56 require a full-service resolver (5). However, forwarding resolvers can be
59 a) Cost and Performance. Each **recursive user query** (1) at the forwarding
63 cost (if the link is tariffed). Additionally, since the forwarding resolver is
71 forwarding resolver, which can be configured to stream DNS traffic as desired
75 to stream DNS traffic using a forwarding resolver structure. The forwarding
106 Resolvers (although not necessarily forwarding resolvers) need to access the
153 configuration files given here for both the resolver and the forwarding
293 This forwarding resolver configuration forwards all recursive queries, other
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A DPROTOCOL.mux19 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 DOVERVIEW71 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 DPROTOCOL.certkeys297 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
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A DMusings15 re-injecting messages into itself. These local forwarding loops
24 it cannot prevent local forwarding loops. The Postfix system adds
25 Delivered: message headers to break local and external forwarding
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DBlock-ABI-Apple.rst365 struct Block_byref *forwarding;
382 struct _block_byref_foo *forwarding;
393 a. The ``forwarding`` pointer is set to the beginning of its enclosing
413 structures ``forwarding`` pointer. For example:
426 struct _block_byref_i *forwarding;
432 i.forwarding->captured_i = 11;
450 struct _block_byref_voidBlock *forwarding;
471 …struct _block_byref_voidBlock voidBlock = {( .forwarding=&voidBlock, .flags=(1<<25), .size=sizeof(…
475 voidBlock.forwarding->captured_voidBlock = blockB;
499 struct _block_byref_voidBlock *forwarding;
[all …]
/netbsd-src/tests/net/ipsec/
H A Dt_ipsec_tunnel.sh94 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
102 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
194 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
202 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
H A Dt_ipsec_tunnel_odd.sh98 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
108 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
204 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
214 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
H A Dt_ipsec_tunnel_ipcomp.sh125 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
134 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
252 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
260 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
H A Dt_ipsec_gif.sh111 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
123 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=1
262 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
274 atf_check -s exit:0 rump.sysctl -q -w net.inet6.ip6.forwarding=1
/netbsd-src/tests/net/icmp/
H A Dt_icmp6_redirect.sh81 net.inet6.ip6.forwarding=1
105 net.inet6.ip6.forwarding=1
/netbsd-src/external/apache2/llvm/dist/llvm/utils/gn/secondary/llvm/lib/Target/
H A DBUILD.gn10 # These are defined in subdirectories, and the forwarding names match
11 # the names of the forwarding targets in CMake. They all (indirectly,
/netbsd-src/external/mpl/bind/dist/doc/notes/
H A Dnotes-9.18.8.rst
H A Dnotes-known-issues.rst
/netbsd-src/external/mpl/dhcp/dist/keama/tests/
H A Dglobal4.in49 option ip-forwarding off;
H A Dorphan4.inn9 option ip-forwarding off;
H A Dswitchxsc4.in410 send ip-forwarding false;
H A Dshareone4.in416 option ip-forwarding true;

12345678910>>...24