const golang.org/x/crypto/ssh.msgIgnore

4 uses

	golang.org/x/crypto/ssh (current package)
		handshake.go#L204: 		if p[0] == msgIgnore || p[0] == msgDebug {
		handshake.go#L424: 	successPacket := []byte{msgIgnore}
		messages.go#L22: 	msgIgnore        = 2
		transport.go#L118: 		if len(p) == 0 || (p[0] != msgIgnore && p[0] != msgDebug) {