type golang.org/x/crypto/ssh.forwardList
7 uses
golang.org/x/crypto/ssh (current package)
client.go#L24: forwards forwardList // forwarded tcpip connections from the remote side
tcpip.go#L143: type forwardList struct {
tcpip.go#L163: func (l *forwardList) add(addr net.Addr) chan forward {
tcpip.go#L194: func (l *forwardList) handleChannels(in <-chan NewChannel) {
tcpip.go#L254: func (l *forwardList) remove(addr net.Addr) {
tcpip.go#L267: func (l *forwardList) closeAll() {
tcpip.go#L276: func (l *forwardList) forward(laddr, raddr net.Addr, ch NewChannel) bool {
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |