Searched refs:forwarding (Results 1 – 25 of 91) sorted by relevance
1234
| /NextBSD/contrib/netbsd-tests/net/mpls/ |
| HD | 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
|
| HD | 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
|
| HD | t_ldp_regen.sh | 88 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/ |
| HD | 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()
|
| HD | Block_private.h | 82 struct Block_byref *forwarding; member 93 struct Block_byref *forwarding; member
|
| /NextBSD/tools/test/netfibs/ |
| HD | README | 46 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/ |
| HD | PROTOCOL.certkeys | 241 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
|
| HD | PROTOCOL.mux | 35 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:
|
| HD | sshd_config.0 | 38 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 …]
|
| HD | 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
|
| HD | ssh-keygen.0 | 235 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 …]
|
| HD | sshd.0 | 196 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 …]
|
| HD | ssh.0 | 41 -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 …]
|
| HD | README.tun | 54 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/ |
| HD | routing | 325 ${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/ |
| HD | modular-routing.txt | 56 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/ |
| HD | virtual.chain | 270 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/ |
| HD | TargetItinerary.td | 29 // 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/ |
| HD | rc.network | 67 sysctl net.inet.ip.forwarding=1 >/dev/null 2>&1
|
| /NextBSD/crypto/openssh/regress/ |
| HD | README.regress | 65 forwarding.sh: local and remote forwarding
|
| /NextBSD/tools/regression/ipfw/fwd/ |
| HD | vimage-fwd.sh | 205 jexec ${mjid} sysctl net.inet.ip.forwarding=1 206 jexec ${mjid} sysctl net.inet6.ip6.forwarding=1
|
| /NextBSD/etc/mail/ |
| HD | aliases | 17 # you would do well in either reading root's mailbox or forwarding
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | mail.news | 13 0 string/t Forward\ to mail forwarding text
|
| /NextBSD/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| HD | BEGEMOT-BRIDGE-MIB.txt | 590 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/ |
| HD | ARM.td | 90 // Cortex-A8 / A9 Advanced SIMD has multiplier accumulator forwarding. 91 def FeatureVMLxForwarding : SubtargetFeature<"vmlx-forwarding", 93 "Has multiplier accumulator forwarding">;
|
1234