Connected: An Internet Encyclopedia
11.3 Syntax Notes

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1831
Up: 11. THE RPC LANGUAGE
Prev: 11.2 The RPC Language Specification
Next: APPENDIX A: SYSTEM AUTHENTICATION

11.3 Syntax Notes

11.3 Syntax Notes

  1. The following keywords are added and cannot be used as identifiers: "program" and "version";

  2. A version name cannot occur more than once within the scope of a program definition. Nor can a version number occur more than once within the scope of a program definition.

  3. A procedure name cannot occur more than once within the scope of a version definition. Nor can a procedure number occur more than once within the scope of version definition.

  4. Program identifiers are in the same name space as constant and type identifiers.

  5. Only unsigned constants can be assigned to programs, versions and procedures.


Next: APPENDIX A: SYSTEM AUTHENTICATION

Connected: An Internet Encyclopedia
11.3 Syntax Notes