const golang.org/x/crypto/ssh.msgChannelClose

5 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L214: 	ch.sentClose = (packet[0] == msgChannelClose)
		channel.go#L402: 	case msgChannelClose:
		messages.go#L256: const msgChannelClose = 97
		messages.go#L817: 	case msgChannelClose:
		messages.go#L862: 	msgChannelClose:        "channelCloseMsg",