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

3 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L144: 	channelInbound channelDirection = iota
		channel.go#L388: 	if ch.direction == channelInbound {
		mux.go#L289: 	c := m.newChannel(msg.ChanType, channelInbound, msg.TypeSpecificData)