Home
last modified time | relevance | path

Searched refs:forwardings (Results 1 – 25 of 46) sorted by relevance

12

/dports/security/putty/putty-0.76/
H A Dportfwd.c748 tree234 *forwardings; member
757 mgr->forwardings = newtree234(pfr_cmp); in portfwdmgr_new()
764 PortFwdRecord *realpfr = del234(mgr->forwardings, pfr); in portfwdmgr_close()
773 while ((pfr = delpos234(mgr->forwardings, 0)) != NULL) in portfwdmgr_close_all()
780 freetree234(mgr->forwardings); in portfwdmgr_free()
803 for (i = 0; (pfr = index234(mgr->forwardings, i)) != NULL; i++) in portfwdmgr_config()
892 PortFwdRecord *existing = add234(mgr->forwardings, pfr); in portfwdmgr_config()
965 delpos234(mgr->forwardings, i); in portfwdmgr_config()
1070 PortFwdRecord *existing = add234(mgr->forwardings, pfr); in portfwdmgr_listen()
1087 del234(mgr->forwardings, pfr); in portfwdmgr_listen()
[all …]
H A Dsshshare.c200 tree234 *forwardings; /* stores 'struct share_forwarding' */ member
497 delpos234(cs->forwardings, 0)) != NULL) in share_connstate_free()
499 freetree234(cs->forwardings); in share_connstate_free()
682 if (add234(cs->forwardings, fwd) != fwd) { in share_add_forwarding()
696 ret = find234(cs->forwardings, &dummyfwd, NULL); in share_find_forwarding()
704 del234(cs->forwardings, fwd); in share_remove_forwarding()
876 index234(cs->forwardings, i)) != NULL; i++) { in share_try_cleanup()
897 count234(cs->forwardings) == 0) { in share_try_cleanup()
1957 cs->forwardings = newtree234(share_forwarding_cmp); in share_listen_accepting()
/dports/security/putty-nogtk/putty-0.76/
H A Dportfwd.c748 tree234 *forwardings; member
757 mgr->forwardings = newtree234(pfr_cmp); in portfwdmgr_new()
764 PortFwdRecord *realpfr = del234(mgr->forwardings, pfr); in portfwdmgr_close()
773 while ((pfr = delpos234(mgr->forwardings, 0)) != NULL) in portfwdmgr_close_all()
780 freetree234(mgr->forwardings); in portfwdmgr_free()
803 for (i = 0; (pfr = index234(mgr->forwardings, i)) != NULL; i++) in portfwdmgr_config()
892 PortFwdRecord *existing = add234(mgr->forwardings, pfr); in portfwdmgr_config()
965 delpos234(mgr->forwardings, i); in portfwdmgr_config()
1070 PortFwdRecord *existing = add234(mgr->forwardings, pfr); in portfwdmgr_listen()
1087 del234(mgr->forwardings, pfr); in portfwdmgr_listen()
[all …]
H A Dsshshare.c200 tree234 *forwardings; /* stores 'struct share_forwarding' */ member
497 delpos234(cs->forwardings, 0)) != NULL) in share_connstate_free()
499 freetree234(cs->forwardings); in share_connstate_free()
682 if (add234(cs->forwardings, fwd) != fwd) { in share_add_forwarding()
696 ret = find234(cs->forwardings, &dummyfwd, NULL); in share_find_forwarding()
704 del234(cs->forwardings, fwd); in share_remove_forwarding()
876 index234(cs->forwardings, i)) != NULL; i++) { in share_try_cleanup()
897 count234(cs->forwardings) == 0) { in share_try_cleanup()
1957 cs->forwardings = newtree234(share_forwarding_cmp); in share_listen_accepting()
/dports/ftp/filezilla/filezilla-3.55.1/src/putty/
H A Dportfwd.c748 tree234 *forwardings; member
757 mgr->forwardings = newtree234(pfr_cmp); in portfwdmgr_new()
764 PortFwdRecord *realpfr = del234(mgr->forwardings, pfr); in portfwdmgr_close()
773 while ((pfr = delpos234(mgr->forwardings, 0)) != NULL) in portfwdmgr_close_all()
780 freetree234(mgr->forwardings); in portfwdmgr_free()
803 for (i = 0; (pfr = index234(mgr->forwardings, i)) != NULL; i++) in portfwdmgr_config()
892 PortFwdRecord *existing = add234(mgr->forwardings, pfr); in portfwdmgr_config()
965 delpos234(mgr->forwardings, i); in portfwdmgr_config()
1070 PortFwdRecord *existing = add234(mgr->forwardings, pfr); in portfwdmgr_listen()
1087 del234(mgr->forwardings, pfr); in portfwdmgr_listen()
[all …]
H A Dsshshare.c200 tree234 *forwardings; /* stores 'struct share_forwarding' */ member
497 delpos234(cs->forwardings, 0)) != NULL) in share_connstate_free()
499 freetree234(cs->forwardings); in share_connstate_free()
682 if (add234(cs->forwardings, fwd) != fwd) { in share_add_forwarding()
696 ret = find234(cs->forwardings, &dummyfwd, NULL); in share_find_forwarding()
704 del234(cs->forwardings, fwd); in share_remove_forwarding()
876 index234(cs->forwardings, i)) != NULL; i++) { in share_try_cleanup()
897 count234(cs->forwardings) == 0) { in share_try_cleanup()
1957 cs->forwardings = newtree234(share_forwarding_cmp); in share_listen_accepting()
/dports/dns/kadnode/KadNode-2.3.0/openwrt/kadnode/
H A DConfig.in30 bool "Enable UPnP support to add port forwardings on other routers"
35 bool "Enable NAT-PMP support to add port forwardings on other routers"
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/z/
H A DzRelocationSet.cpp100 ZForwarding** forwardings() const { in forwardings() function in ZRelocationSetInstallTask
120 _forwardings = task.forwardings(); in install()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/z/
H A DzRelocationSet.cpp100 ZForwarding** forwardings() const { in forwardings() function in ZRelocationSetInstallTask
120 _forwardings = task.forwardings(); in install()
/dports/dns/kadnode/KadNode-2.3.0/
H A Dchangelog146 * [FWD] rename --disable-forwardings to --fwd-disable
222 * Add optional support for UPNP/NAT-PMP to add router forwardings
234 announced and to list port forwardings
/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dssh_config.0197 Specifies that all local, remote, and dynamic port forwardings
200 ssh(1) command line to clear port forwardings set in
299 ssh(1) will act as a SOCKS server. Multiple forwardings may be
300 specified, and additional forwardings can be given on the command
321 port forwardings. The argument must be ``yes'' or ``no''. The
374 forwarded ports. By default, ssh(1) binds local port forwardings
377 specify that ssh should bind local port forwardings to the
547 forwardings may be specified, and additional forwardings can be
680 forwardings may be specified, and additional forwardings can be
H A Dssh.095 Dynamic port forwardings can also be specified in the
166 hostport from the remote machine. Port forwardings can also be
210 forwardings without command execution), ``cancel'' (cancel
211 forwardings), ``exit'' (request the master to exit), and ``stop''
322 Port forwardings can also be specified in the configuration file.
400 -Y Enables trusted X11 forwarding. Trusted X11 forwardings are not
550 forwardings using the -L, -R and -D options (see above). It also
551 allows the cancellation of existing port-forwardings with
553 remote and -KD[bind_address:]port for dynamic port-forwardings.
H A Dsshd_config.0290 forwardings to the loopback address. This prevents other remote
292 used to specify that sshd should allow remote port forwardings to
295 forwardings to be available to the local host only, ``yes'' to
296 force remote port forwardings to bind to the wildcard address, or
/dports/security/autossh/autossh-1.4g/
H A DREADME30 construct a loop of ssh forwardings (one from local to remote, one
38 collide. The loop-of -forwardings method remains available for
215 1) ExitOnForwardFailure=yes on the client side to make sure forwardings
/dports/dns/kadnode/KadNode-2.3.0/misc/
H A Dmanpage.md210 …* `list` [`blacklist`|`buckets`|`constants`|`forwardings`|`results`|`searches`|`storage`|`values`]…
241 configure port forwardings manually.
/dports/security/openssh-portable/openssh-8.8p1/
H A Dssh.087 Dynamic port forwardings can also be specified in the
187 Port forwardings can also be specified in the configuration file.
234 forwardings without command execution), M-bM-^@M-^\cancelM-bM-^@M-^] (cancel
235forwardings), M-bM-^@M-^\exitM-bM-^@M-^] (request the master to exit), and M-bM-^@M-^\stopM-bM-^@M…
375 Port forwardings can also be specified in the configuration file.
457 -Y Enables trusted X11 forwarding. Trusted X11 forwardings are not
605 forwardings using the -L, -R and -D options (see above). It also
606 allows the cancellation of existing port-forwardings with
608 remote and -KD[bind_address:]port for dynamic port-forwardings.
H A Dssh_config.0257 Specifies that all local, remote, and dynamic port forwardings
260 ssh(1) command line to clear port forwardings set in
349 ssh(1) will act as a SOCKS server. Multiple forwardings may be
350 specified, and additional forwardings can be given on the command
371 port forwardings, (e.g. if either end is unable to bind and
373 not apply to connections made over port forwardings and will not,
451 forwarded ports. By default, ssh(1) binds local port forwardings
454 specify that ssh should bind local port forwardings to the
722 brackets. Multiple forwardings may be specified, and additional
949 brackets. Multiple forwardings may be specified, and additional
[all …]
/dports/security/proxytunnel/proxytunnel-1.10.20210604/docs/
H A Dproxytunnel-paper.adoc25 …ossible to forward and port anywhere. I myself usually setup some port-forwardings for my mail (2 …
/dports/security/putty/putty-0.76/doc/
H A Dindex.but145 \IM{port forwarding}{port forwardings} port forwarding in SSH
146 \IM{port forwarding}{port forwardings} SSH port forwarding
147 \IM{port forwarding}{port forwardings} forwarding ports in SSH
148 \IM{port forwarding}{port forwardings} tunnelling using SSH
149 \IM{port forwarding}{port forwardings} SSH tunnelling
H A Dusing.but472 forwardings. To use this mode, you will need to select the \q{Dynamic}
482 server machine itself (for local and remote forwardings respectively).
486 allows you to set up local-to-remote port forwardings (including
487 dynamic port forwardings) in such a way that machines other than
491 remote-to-local port forwardings (so that machines other than the
770 and \I{-D-upper}\c{-D}: set up \i{port forwardings}
772 As well as setting up port forwardings in the PuTTY configuration
773 (see \k{config-ssh-portfwd}), you can also set up forwardings on the
/dports/security/putty-nogtk/putty-0.76/doc/
H A Dindex.but145 \IM{port forwarding}{port forwardings} port forwarding in SSH
146 \IM{port forwarding}{port forwardings} SSH port forwarding
147 \IM{port forwarding}{port forwardings} forwarding ports in SSH
148 \IM{port forwarding}{port forwardings} tunnelling using SSH
149 \IM{port forwarding}{port forwardings} SSH tunnelling
H A Dusing.but472 forwardings. To use this mode, you will need to select the \q{Dynamic}
482 server machine itself (for local and remote forwardings respectively).
486 allows you to set up local-to-remote port forwardings (including
487 dynamic port forwardings) in such a way that machines other than
491 remote-to-local port forwardings (so that machines other than the
770 and \I{-D-upper}\c{-D}: set up \i{port forwardings}
772 As well as setting up port forwardings in the PuTTY configuration
773 (see \k{config-ssh-portfwd}), you can also set up forwardings on the
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dpeer_htlcs.c2667 const struct forwarding *forwardings; in listforwardings_add_forwardings() local
2669 forwardings = wallet_forwarded_payments_get(wallet, tmpctx, status, chan_in, chan_out); in listforwardings_add_forwardings()
2672 for (size_t i=0; i<tal_count(forwardings); i++) { in listforwardings_add_forwardings()
2673 const struct forwarding *cur = &forwardings[i]; in listforwardings_add_forwardings()
2678 tal_free(forwardings); in listforwardings_add_forwardings()
/dports/net-mgmt/observium/observium/mibs/bintec/
H A DBIANCA-BRICK-SSH-MIB342 forwardings to the loopback addresss. This prevents other
345 forwardings to the wildcard address, thus allowing remote
/dports/security/manipulate_data/manipulate_data-1.3/
H A DREADME103 forwardings, writing log data to seriel devices, etc.)

12