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

7 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L237: 	opCode := byte(msgChannelData)
		channel.go#L400: 	case msgChannelData, msgChannelExtendedData:
		handshake.go#L178: 	if p[0] == msgChannelData || p[0] == msgChannelExtendedData {
		messages.go#L202: const msgChannelData = 94
		messages.go#L807: 	case msgChannelData:
		messages.go#L857: 	msgChannelData:         "channelDataMsg",
		mux.go#L221: 		if packet[0] == msgChannelData || packet[0] == msgChannelExtendedData {