golang.org/x/crypto/ssh.channel.ackRequest (method)

2 uses

	golang.org/x/crypto/ssh (current package)
		channel.go#L105: 	return r.ch.ackRequest(ok)
		channel.go#L609: func (ch *channel) ackRequest(ok bool) error {