type golang.org/x/crypto/ssh.globalRequestMsg

4 uses

	golang.org/x/crypto/ssh (current package)
		messages.go#L272: type globalRequestMsg struct {
		messages.go#L800: 		msg = new(globalRequestMsg)
		mux.go#L146: 	if err := m.sendMessage(globalRequestMsg{
		mux.go#L256: 	case *globalRequestMsg: