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 {