type golang.org/x/crypto/ssh.tcpListener

5 uses

	golang.org/x/crypto/ssh (current package)
		tcpip.go#L138: 	return &tcpListener{laddr, c, ch}, nil
		tcpip.go#L288: type tcpListener struct {
		tcpip.go#L296: func (l *tcpListener) Accept() (net.Conn, error) {
		tcpip.go#L315: func (l *tcpListener) Close() error {
		tcpip.go#L331: func (l *tcpListener) Addr() net.Addr {