golang.org/x/crypto/ssh.channel.remoteId (field)
13 uses
golang.org/x/crypto/ssh (current package)
channel.go#L154: localId, remoteId uint32
channel.go#L226: binary.BigEndian.PutUint32(p[1:], ch.remoteId)
channel.go#L265: binary.BigEndian.PutUint32(packet[1:], ch.remoteId)
channel.go#L403: ch.sendMessage(channelCloseMsg{PeersID: ch.remoteId})
channel.go#L434: ch.remoteId = msg.MyID
channel.go#L497: PeersID: ch.remoteId,
channel.go#L515: PeersID: ch.remoteId,
channel.go#L544: PeersID: ch.remoteId})
channel.go#L553: PeersID: ch.remoteId})
channel.go#L580: PeersID: ch.remoteId,
channel.go#L617: PeersID: ch.remoteId,
channel.go#L621: PeersID: ch.remoteId,
mux.go#L290: c.remoteId = msg.PeersID
![]() |
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. |