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

6 uses

	golang.org/x/crypto/ssh (current package)
		mux.go#L21: type chanList struct {
		mux.go#L36: func (c *chanList) add(ch *channel) uint32 {
		mux.go#L50: func (c *chanList) getChan(id uint32) *channel {
		mux.go#L61: func (c *chanList) remove(id uint32) {
		mux.go#L71: func (c *chanList) dropAll() []*channel {
		mux.go#L90: 	chanList chanList