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 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |