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