Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/netbsd-tests/net/mpls/
HDt_rfc4182.sh78 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
HDt_mpls_fw.sh76 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
HDt_ldp_regen.sh88 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
103 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
120 atf_check -s exit:0 rump.sysctl -q -w net.mpls.forwarding=1
121 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
135 atf_check -s exit:0 rump.sysctl -q -w net.inet.ip.forwarding=0
/NextBSD/contrib/compiler-rt/lib/BlocksRuntime/
HDruntime.c374 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()
HDBlock_private.h82 struct Block_byref *forwarding; member
93 struct Block_byref *forwarding; member
/NextBSD/tools/test/netfibs/
HDREADME46 forwarding.sh
48 forwarding.sh tests FIBs in the forwarding path, making sure that
60 env IFACE=ifname sh forwarding.sh left
61 env IFACE=leftifname IFACEFAR=rightifname sh forwarding.sh middle
62 env IFACE=ifname sh forwarding.sh right
/NextBSD/crypto/openssh/
HDPROTOCOL.certkeys241 permit-X11-forwarding empty Flag indicating that X11 forwarding
242 should be permitted. X11 forwarding will
245 permit-agent-forwarding empty Flag indicating that agent forwarding
246 should be allowed. Agent forwarding
250 permit-port-forwarding empty Flag indicating that port-forwarding
252 not present then no port forwarding will
HDPROTOCOL.mux35 bool want X11 forwarding flag
111 uint32 forwarding type
117 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC.
136 uint32 forwarding type
145 7. Requesting stdio forwarding
147 A client may request the master to establish a stdio forwarding:
HDsshd_config.038 Specifies whether ssh-agent(1) forwarding is permitted. The
39 default is ``yes''. Note that disabling agent forwarding does
56 Specifies whether TCP forwarding is permitted. The available
57 options are ``yes'' or ``all'' to allow TCP forwarding, ``no'' to
58 prevent all TCP forwarding, ``local'' to allow local (from the
59 perspective of ssh(1)) forwarding only or ``remote'' to allow
60 remote forwarding only. The default is ``yes''. Note that
61 disabling TCP forwarding does not improve security unless users
298 which the forwarding is bound. The default is ``no''.
536 Specifies the destinations to which TCP port forwarding is
[all …]
HDOVERVIEW71 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
HDssh-keygen.0235 no-agent-forwarding
236 Disable ssh-agent(1) forwarding (permitted by default).
238 no-port-forwarding
239 Disable port forwarding (permitted by default).
247 no-x11-forwarding
248 Disable X11 forwarding (permitted by default).
250 permit-agent-forwarding
251 Allows ssh-agent(1) forwarding.
253 permit-port-forwarding
254 Allows port forwarding.
[all …]
HDsshd.0196 allocating a pseudo-tty, forwarding X11 connections, forwarding TCP
197 connections, or forwarding the authentication agent connection over the
242 forwarding is in use, it will receive the "proto cookie" pair in its
319 else. Note that the client may specify TCP and/or X11 forwarding
353 no-agent-forwarding
354 Forbids authentication agent forwarding when this key is used for
357 no-port-forwarding
358 Forbids TCP forwarding when this key is used for authentication.
367 no-X11-forwarding
368 Forbids X11 forwarding when this key is used for authentication.
[all …]
HDssh.041 -A Enables forwarding of the authentication agent connection. This
45 Agent forwarding should be enabled with caution. Users with the
53 -a Disables forwarding of the authentication agent connection.
87 Specifies a local ``dynamic'' application-level port forwarding.
153 -K Enables GSSAPI-based authentication and forwarding (delegation)
156 -k Disables forwarding (delegation) of GSSAPI credentials to the
193 forwarding ports (protocol version 2 only).
373 Requests tunnel device forwarding with the specified tun(4)
384 -X Enables X11 forwarding. This can also be specified on a per-host
387 X11 forwarding should be enabled with caution. Users with the
[all …]
HDREADME.tun54 To establish tunnel forwarding for connections to a specified
121 Using OpenSSH tunnel forwarding is a simple way to establish secure
/NextBSD/etc/rc.d/
HDrouting325 ${SYSCTL} net.inet.ip.forwarding=1 > /dev/null
327 ${SYSCTL} net.inet.ip.forwarding=0 > /dev/null
364 ${SYSCTL} net.inet6.ip6.forwarding=1 > /dev/null
366 ${SYSCTL} net.inet6.ip6.forwarding=0 > /dev/null
/NextBSD/contrib/ofed/management/opensm/doc/
HDmodular-routing.txt56 The usage is similar to unicast forwarding tables loading from a lfts
69 There is also a switch forwarding tables dumper which generates
71 as input for forwarding tables loading by 'file' routing engine.
/NextBSD/share/examples/netgraph/
HDvirtual.chain270 jexec ${1} sysctl -w net.inet.ip.forwarding=1
271 jexec ${1} sysctl -w net.inet6.ip6.forwarding=1
/NextBSD/contrib/llvm/include/llvm/Target/
HDTargetItinerary.td29 // Pipeline bypass / forwarding - These values specifies the symbolic names of
95 // are defined or read. Bypasses are optional "pipeline forwarding pathes", if
107 // is available via forwarding path A9_LdBypass. If it's used by the first
/NextBSD/release/picobsd/mfs_tree/etc/
HDrc.network67 sysctl net.inet.ip.forwarding=1 >/dev/null 2>&1
/NextBSD/crypto/openssh/regress/
HDREADME.regress65 forwarding.sh: local and remote forwarding
/NextBSD/tools/regression/ipfw/fwd/
HDvimage-fwd.sh205 jexec ${mjid} sysctl net.inet.ip.forwarding=1
206 jexec ${mjid} sysctl net.inet6.ip6.forwarding=1
/NextBSD/etc/mail/
HDaliases17 # you would do well in either reading root's mailbox or forwarding
/NextBSD/contrib/file/magic/Magdir/
HDmail.news13 0 string/t Forward\ to mail forwarding text
/NextBSD/usr.sbin/bsnmpd/modules/snmp_bridge/
HDBEGEMOT-BRIDGE-MIB.txt590 forwarding(5),
869 dynamically learnt forwarding entries."
879 making forwarding decisions."
892 for which the bridge interfaces have forwarding and/or
894 bridge interfaces to make forwarding decisions."
903 for which the bridge interface has some forwarding
920 bridge interface has some forwarding and/or filtering
/NextBSD/contrib/llvm/lib/Target/ARM/
HDARM.td90 // Cortex-A8 / A9 Advanced SIMD has multiplier accumulator forwarding.
91 def FeatureVMLxForwarding : SubtargetFeature<"vmlx-forwarding",
93 "Has multiplier accumulator forwarding">;

1234