const golang.org/x/crypto/ssh.msgChannelExtendedData
6 uses
golang.org/x/crypto/ssh (current package)
channel.go#L241: opCode = msgChannelExtendedData
channel.go#L288: isExtendedData := packet[0] == msgChannelExtendedData
channel.go#L400: case msgChannelData, msgChannelExtendedData:
handshake.go#L178: if p[0] == msgChannelData || p[0] == msgChannelExtendedData {
messages.go#L201: const msgChannelExtendedData = 95
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. |